[all-commits] [llvm/llvm-project] 779cba: AMDGPU: Remove mayLoad/mayStore from some side eff...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Jun 18 11:12:40 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 779cba79ec852c1c085c4aab79dc3514edd3efc5
https://github.com/llvm/llvm-project/commit/779cba79ec852c1c085c4aab79dc3514edd3efc5
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2020-06-18 (Thu, 18 Jun 2020)
Changed paths:
M llvm/include/llvm/IR/IntrinsicsAMDGPU.td
M llvm/lib/Target/AMDGPU/BUFInstructions.td
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/SMInstructions.td
M llvm/lib/Target/AMDGPU/SOPInstructions.td
M llvm/test/CodeGen/AMDGPU/llvm.amdgcn.buffer.wbinvl1.vol.ll
M llvm/test/CodeGen/AMDGPU/scheduler-handle-move-bundle.mir
Log Message:
-----------
AMDGPU: Remove mayLoad/mayStore from some side effecting intrinsics
These don't really modify any memory, and should not expect memory
operands.
More information about the All-commits
mailing list