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

Harrison Hao via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 29 06:08:37 PDT 2026


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

Thanks, I have updated. :-)

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


More information about the llvm-commits mailing list