[PATCH] D20178: Fix PR26055 - LiveDebugValues is very slow
Davide Italiano via llvm-commits
llvm-commits at lists.llvm.org
Sun May 15 13:03:48 PDT 2016
davide added a subscriber: davide.
================
Comment at: lib/CodeGen/LiveDebugValues.cpp:52
@@ +51,3 @@
+ assert(MI.isDebugValue());
+ assert(MI.getNumOperands() == 4);
+ // If location of variable is described using a register (directly or
----------------
Can you please add a message to these assertions? Thanks!
http://reviews.llvm.org/D20178
More information about the llvm-commits
mailing list