We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0281339 commit 53d95f3Copy full SHA for 53d95f3
llvm/test/CodeGen/AMDGPU/fail.llvm.fptrunc.round.ll renamed to llvm/test/CodeGen/AMDGPU/llvm.fptrunc.round.err.ll
@@ -4,9 +4,9 @@
4
define amdgpu_gs void @test_fptrunc_round_f64(double %a, ptr addrspace(1) %out) {
5
; SDAG-FAIL: LLVM ERROR: Cannot select
6
; GISEL-FAIL: unable to legalize instruction
7
- %res = call half @llvm.fptrunc.round.f64(double %a, metadata !"round.upward")
+ %res = call half @llvm.fptrunc.round.f16.f64(double %a, metadata !"round.upward")
8
store half %res, ptr addrspace(1) %out, align 4
9
ret void
10
}
11
12
-declare half @llvm.fptrunc.round.f64(double, metadata)
+declare half @llvm.fptrunc.round.f16.f64(double, metadata)
0 commit comments