[PATCH] D46171: AMDGPU/GlobalISel: Implement select() for 32-bit G_FADD and G_FMUL
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 03:06:40 PDT 2018
arsenm 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}
+...
----------------
I think you can drop the IR
Repository:
rL LLVM
https://reviews.llvm.org/D46171
More information about the llvm-commits
mailing list