[PATCH] D101830: AMDGPU: Correct const_index_stride for wave 32 for PAL API
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 4 06:16:05 PDT 2021
arsenm added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIFrameLowering.cpp:557
+ const MCInstrDesc &SAndB32 = TII->get(AMDGPU::S_AND_B32);
+ BuildMI(MBB, I, DL, SAndB32, Rsrc03).addReg(Rsrc03).addImm(0xffdfffff);
+ }
----------------
Can you use S_BITSET0_B32 instead?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D101830/new/
https://reviews.llvm.org/D101830
More information about the llvm-commits
mailing list