[llvm] [IR][NFC] Add LoadStoreInstAttributes to copy load/store attrs (PR #206470)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 05:49:34 PDT 2026


================
@@ -172,6 +172,14 @@ class AllocaInst : public UnaryInstruction {
   }
 };
 
+/// A structure representing the attributes of a load or store instruction.
+struct LoadStoreInstAttributes {
----------------
arsenm wrote:

Attributes isn't really the right word, these aren't attributes in the Attribute sense

https://github.com/llvm/llvm-project/pull/206470


More information about the llvm-commits mailing list