[PATCH] D68004: [InstCombine] Fix call guard difference with dbg

Artur Pilipenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 24 19:11:08 PDT 2019


apilipenko added a comment.

We should just skip debug instructions while looking for the guard in the window. Just use getNextNonDebugInstruction instead of current getNextNode.


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

https://reviews.llvm.org/D68004





More information about the llvm-commits mailing list