[PATCH] D104521: [InstrRef][AArch64][2/4] Recognise post-fe spills and restores
Dave Green via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 7 00:52:21 PDT 2021
dmgreen added a comment.
I happened to be looking at these functions for a different reason yesterday. Out of interest, is there anything that really makes them target dependent? It seems like it should be able to check what it needs via the MMO's PseudoValue without needing to look at opcodes (or regs, as Eli mentioned).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104521/new/
https://reviews.llvm.org/D104521
More information about the llvm-commits
mailing list