This removes a couple of unnecessary isReg checks, now that
memOpsHaveSameBasePtr can handle FI operands, but is otherwise NFC.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Unit tests: pass. 62217 tests passed, 0 failed and 815 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
276–277 | Couldn't this report the implicit m0 read? |
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp | ||
---|---|---|
276–277 | Good point, but I've left it as a TODO because I'm not sure how to test it. I'm not sure if clustering would ever apply to DS_CONSUME/DS_APPEND or any other instructions that use M0 like this. |
Unit tests: pass. 62255 tests passed, 0 failed and 824 were skipped.
clang-tidy: pass.
clang-format: pass.
Build artifacts: diff.json, clang-tidy.txt, clang-format.patch, CMakeCache.txt, console-log.txt, test-results.xml
Pre-merge checks is in beta. Report issue. Please join beta or enable it for your project.
Couldn't this report the implicit m0 read?