[all-commits] [llvm/llvm-project] 47d151: [AMDGPU] Remove redundant mayLoad = 0, mayStore = ...
Jay Foad via All-commits
all-commits at lists.llvm.org
Tue Dec 7 01:55:19 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 47d15170f684ed2a60d05e67482af7aac1fa66d6
https://github.com/llvm/llvm-project/commit/47d15170f684ed2a60d05e67482af7aac1fa66d6
Author: Jay Foad <jay.foad at amd.com>
Date: 2021-12-07 (Tue, 07 Dec 2021)
Changed paths:
M llvm/lib/Target/AMDGPU/SOPInstructions.td
Log Message:
-----------
[AMDGPU] Remove redundant mayLoad = 0, mayStore = 0. NFC.
Almost everything in this file is mayLoad = 0, mayStore = 0 by
default anyway.
More information about the All-commits
mailing list