[PATCH] D62684: [X86] Fixup LEAs - Fix inconsistent codegen with/without debug info

Chris Dawson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 3 06:46:58 PDT 2019


cdawson updated this revision to Diff 202706.
cdawson added a comment.

Corrected fix to avoid unconditionally moving `I` backwards by one instruction. Updated `computeRegisterLiveness()` to ignore meta instructions, not just debug instructions.


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

https://reviews.llvm.org/D62684

Files:
  llvm/lib/CodeGen/MachineBasicBlock.cpp
  llvm/test/CodeGen/X86/fixup-lea-g-no-change.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D62684.202706.patch
Type: text/x-patch
Size: 60995 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190603/cf4d6f77/attachment.bin>


More information about the llvm-commits mailing list