[PATCH] D19472: [X86] Use LivePhysRegs in X86FixupBWInsts.

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 24 13:16:54 PDT 2016


ab created this revision.
ab added reviewers: kbsmith1, qcolombet.
ab added a subscriber: llvm-commits.

Kill-flags, which computeRegisterLiveness uses, are not reliable. LivePhysRegs is.

http://reviews.llvm.org/D19472

Files:
  lib/Target/X86/X86FixupBWInsts.cpp
  test/CodeGen/X86/MergeConsecutiveStores.ll
  test/CodeGen/X86/fixup-bw-inst.ll
  test/CodeGen/X86/return-ext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19472.54811.patch
Type: text/x-patch
Size: 8105 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160424/19b79b85/attachment.bin>


More information about the llvm-commits mailing list