[PATCH] D22083: Revert "[X86]: Improve Liveness checking for X86FixupBWInsts.cpp"

Matthias Braun via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 20:02:26 PDT 2016


MatzeB created this revision.
MatzeB added reviewers: kbsmith1, ab.
MatzeB added a subscriber: llvm-commits.
MatzeB set the repository for this revision to rL LLVM.
Herald added a subscriber: mcrosier.

This reverts commits r272797 and r272835.

I believe the improvements of these commits are merely workarounds for the
broken behaviour of the BranchFolder which I believe to have fixed in
http://reviews.llvm.org/D22027, so this should no longer be necessary.

The goal here is to make codegen independent of the presence of kill
flags which means we have to avoid LivePhysRegs::stepForward() calls
(among other things).

Repository:
  rL LLVM

http://reviews.llvm.org/D22083

Files:
  lib/Target/X86/X86FixupBWInsts.cpp
  test/CodeGen/X86/fixup-bw-inst-fwlive.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22083.63017.patch
Type: text/x-patch
Size: 7113 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160707/f731db54/attachment.bin>


More information about the llvm-commits mailing list