You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
10
external/llvm/test/CodeGen/NVPTX/zero-cs.ll
vendored
10
external/llvm/test/CodeGen/NVPTX/zero-cs.ll
vendored
@ -1,10 +0,0 @@
|
||||
; RUN: not llc < %s -march=nvptx 2>&1 | FileCheck %s
|
||||
; used to seqfault and now fails with a "Cannot select"
|
||||
|
||||
; CHECK: LLVM ERROR: Cannot select: {{t7|0x[0-9a-f]+}}: i32 = ExternalSymbol'__powidf2'
|
||||
define double @powi() {
|
||||
%1 = call double @llvm.powi.f64(double 1.000000e+00, i32 undef)
|
||||
ret double %1
|
||||
}
|
||||
|
||||
declare double @llvm.powi.f64(double, i32) nounwind readnone
|
Reference in New Issue
Block a user