[all-commits] [llvm/llvm-project] 323b3e: [AMDGPU] Set mayLoad and mayStore on Real instruct...
Jay Foad via All-commits
all-commits at lists.llvm.org
Wed Jun 16 04:11:30 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 323b3e645dd340e7ffb86b06d33d071fdf4fb432
https://github.com/llvm/llvm-project/commit/323b3e645dd340e7ffb86b06d33d071fdf4fb432
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-06-16 (Wed, 16 Jun 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/BUFInstructions.td
M llvm/lib/Target/AMDGPU/DSInstructions.td
M llvm/lib/Target/AMDGPU/FLATInstructions.td
M llvm/lib/Target/AMDGPU/SOPInstructions.td
M llvm/lib/Target/AMDGPU/VOP1Instructions.td
M llvm/lib/Target/AMDGPU/VOP2Instructions.td
M llvm/lib/Target/AMDGPU/VOPCInstructions.td
M llvm/lib/Target/AMDGPU/VOPInstructions.td
Log Message:
-----------
[AMDGPU] Set mayLoad and mayStore on Real instructions
This does not affect codegen but might benefit llvm-mca.
More information about the All-commits
mailing list