[PATCH] D47655: [MachineOutliner] Don't outline sequences where x16/x17/nzcv are live across
Jessica Paquette via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 12 10:00:40 PDT 2018
paquette updated this revision to Diff 150976.
paquette marked 2 inline comments as done.
paquette added a comment.
- Added a comment for saving/restoring LR
- Removed `LRUOut`, since it's not necessary here, and incurs unnecessary calculation
- `LRUIn` -> `LRU`
https://reviews.llvm.org/D47655
Files:
include/llvm/CodeGen/MachineOutliner.h
lib/CodeGen/MachineOutliner.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/AArch64/AArch64InstrInfo.h
test/CodeGen/AArch64/machine-outliner-bad-register.mir
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47655.150976.patch
Type: text/x-patch
Size: 11372 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180612/c14e1ced/attachment.bin>
More information about the llvm-commits
mailing list