[PATCH] D75686: AMDGPU: Fix SMRD test in trivially disjoint mem access code
Jay Foad via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 5 09:18:09 PST 2020
foad added inline comments.
================
Comment at: llvm/lib/Target/AMDGPU/SIInstrInfo.cpp:2676
return false;
}
----------------
Not strictly related to your change, but I wonder why this line doesn't return `!isSMRD(MIb) && !isMUBUF(MIb) && !isMTBUF(MIb)`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D75686/new/
https://reviews.llvm.org/D75686
More information about the llvm-commits
mailing list