[PATCH] D46279: [LVI] Remove an assert on case which could happen in LazyValueInfo.
Daniel Berlin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 1 08:54:58 PDT 2018
dberlin added inline comments.
================
Comment at: unittests/Analysis/LazyValueInfoTest.cpp:78
+ "}",
+ Error, Context);
+ assert(M && "Bad assembly?");
----------------
FWIW: This is almost certainly easier to just do with Builder rather than parsing assembly strings :)
Repository:
rL LLVM
https://reviews.llvm.org/D46279
More information about the llvm-commits
mailing list