[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
Mon Jun 25 10:08:49 PDT 2018


paquette updated this revision to Diff 152716.
paquette added a comment.

Updated diff to actually fix the LRU stuff (oops).

Also updated the test because the change makes a couple (safe) cases that worked with the (wrong) fix no longer work. Added a comment explaining what's going on to the test to keep note of the fact that there are a few more cases we can probably catch.


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.152716.patch
Type: text/x-patch
Size: 12767 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180625/80436891/attachment.bin>


More information about the llvm-commits mailing list