[llvm-branch-commits] AArch64: Relax x16/x17 constraint on AUT in certain cases. (PR #132857)
Peter Collingbourne via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Tue May 13 20:00:47 PDT 2025
pcc wrote:
Thanks for your suggestion, I tried it. This is the patch: https://github.com/pcc/llvm-project/tree/pfp-autxmxn
I found that it was more code (it adds 102 insertions(+), 66 deletions(-) on top of this patch). And I only implemented the SDAG side so far, not GISel. So I'm inclined not to go with it and instead try to improve the naming of the X16X17Safer stuff in this patch.
https://github.com/llvm/llvm-project/pull/132857
More information about the llvm-branch-commits
mailing list