[llvm] [LFI][AArch64] Add rewrites for memory accesses (PR #195167)
Amilendra Kodithuwakku via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 10:06:51 PDT 2026
================
@@ -211,6 +377,254 @@ void AArch64MCLFIRewriter::rewriteTPWrite(const MCInst &Inst, MCStreamer &Out,
emitInst(Store, Out, STI);
}
+bool AArch64MCLFIRewriter::rewriteLoadStoreRoW(const MCInst &Inst,
----------------
amilendra wrote:
Test comment
https://github.com/llvm/llvm-project/pull/195167
More information about the llvm-commits
mailing list