[PATCH] D77020: AMDGPU/GlobalISel: Combines for V_CVT_F32_UBYTE[0-3]
Austin Kerbow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 13 15:20:44 PDT 2020
kerbowa accepted this revision.
kerbowa added inline comments.
This revision is now accepted and ready to land.
================
Comment at: llvm/test/CodeGen/AMDGPU/GlobalISel/combine-amdgpu-cvt-f32-ubyte.mir:596
+ %arg:_(s32) = COPY $vgpr0
+ %shiftamt:_(s32) = G_CONSTANT i32 16
+ %shift:_(s32) = G_SHL %arg, %shiftamt
----------------
Should this be 17?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77020/new/
https://reviews.llvm.org/D77020
More information about the llvm-commits
mailing list