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

Adrian Prantl via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 30 08:36:48 PDT 2019


aprantl added inline comments.
Herald added a subscriber: ormris.


================
Comment at: llvm/lib/CodeGen/MachineBasicBlock.cpp:1460
+  if (I != begin())
+    I = skipMetaInstructionsBackward(--I, begin());
+
----------------
Does this skip one instruction more than before unconditionally or am I just misinterpreting the `--I`?


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

https://reviews.llvm.org/D62684





More information about the llvm-commits mailing list