[PATCH] D46171: AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 15 21:50:47 PDT 2018
tstellar added inline comments.
================
Comment at: test/CodeGen/AMDGPU/GlobalISel/inst-select-fadd.mir:4
+--- |
+ define amdgpu_kernel void @fadd(i32 addrspace(1)* %global0) {ret void}
+...
----------------
arsenm wrote:
> I think you can drop the IR
The Machine IR needs the %global0 reference.
Repository:
rL LLVM
https://reviews.llvm.org/D46171
More information about the llvm-commits
mailing list