summaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode/Reader/BitcodeReader.cpp
diff options
context:
space:
mode:
authorJay Foad <jay.foad@amd.com>2022-05-19 17:46:54 +0100
committerJay Foad <jay.foad@amd.com>2022-05-20 17:18:03 +0100
commit9af56c676e40efa551e899675e902cbb3f0db0b6 (patch)
tree05a65393832d4e52dd8bbd5fe93a3d4d0bf23191 /llvm/lib/Bitcode/Reader/BitcodeReader.cpp
parent30628b0eccf89c36dbd176e925c7fc5c3bfa519d (diff)
[AMDGPU] Mark SMEM cache invalidations as not reading memory
This brings the MachineInstrs in line with the corresponding intrinsics which have side effects but do not access memory. It also matches how BUF cache invalidation instructions are defined. The lit test changes are just because the machine scheduler previously treated them like loads, and added an artificial scheduling edge from them to the exit SU, which caused them to be scheduled earlier. Differential Revision: https://reviews.llvm.org/D126074
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions