[PATCH] D33949: AMDGPU/GlobalISel: Mark 32-bit G_SELECT as legal
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 6 11:06:45 PDT 2017
tstellar added inline comments.
================
Comment at: test/CodeGen/AMDGPU/GlobalISel/legalize-select.mir:4-6
+ define void @test_select() {
+ entry:
+ ret void
----------------
arsenm wrote:
> Can you remove the IR?
No, it's required, but I can drop the entry label.
https://reviews.llvm.org/D33949
More information about the llvm-commits
mailing list