[PATCH] D56745: AMDGPU: Raise the priority of MAD24 in instruction selection.
Stanislav Mekhanoshin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 15 14:50:55 PST 2019
rampitec added inline comments.
================
Comment at: test/CodeGen/AMDGPU/add3.ll:33
+; GFX9-NEXT: ; return to shader part epilog
+ %1 = shl i32 %a, 8
+ %a1 = lshr i32 %1, 8
----------------
There should be no unnamed variables left.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D56745/new/
https://reviews.llvm.org/D56745
More information about the llvm-commits
mailing list