[llvm] [LFI][AArch64] Add AArch64 LFI rewrites for system instructions (PR #186896)
Zachary Yedidia via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 19 15:03:31 PDT 2026
================
----------------
zyedidia wrote:
I think doing this cleanly would require changing the `error` function to accept a `const Twine &` instead of a `const char[]`. I think it's reasonable to leave this for a future patch for now, but I can make the change here if desired.
Additionally, in the future we could store "virtual" versions of the reserved registers in the context area and automatically rewrite accesses, which would allow processing of hand-written assembly code that uses the reserved registers (at some performance cost for those instructions).
https://github.com/llvm/llvm-project/pull/186896
More information about the llvm-commits
mailing list