[PATCH] D101525: RegAlloc: do not consider liveins to EH-pad successors as liveout.

Tim Northover via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 11 06:31:37 PDT 2021


t.p.northover updated this revision to Diff 344385.
t.p.northover added a comment.

Moved the iteration logic into a new `MachineBasicBlock::livout_iterator`, fairly ugly but not terrible.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D101525/new/

https://reviews.llvm.org/D101525

Files:
  llvm/include/llvm/CodeGen/MachineBasicBlock.h
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/lib/CodeGen/RegAllocFast.cpp
  llvm/lib/Target/X86/X86ISelLowering.cpp
  llvm/test/CodeGen/X86/fast-isel-cmp-branch.ll
  llvm/test/CodeGen/X86/regalloc-tight-invoke.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101525.344385.patch
Type: text/x-patch
Size: 8636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/44cd6021/attachment.bin>


More information about the llvm-commits mailing list