lebedev.ri added a comment.
I've stumbled into an issue with the script:
It got a line: `clang:
/build/llvm/lib/Transforms/Scalar/IndVarSimplify.cpp:2582: bool
{anonymous}::IndVarSimplify::run(llvm::Loop*): Assertion
`L->isRecursivelyLCSSAForm(*DT, *LI) && "LCSSA required to run indvars!"'
failed.`
And produced the following grep: `grep 'L->isRecursivelyLCSSAForm(*DT, *LI) &&
"LCSSA required to run indvars!"' t.log || exit 1`
But that doesn't work, escapes should be applied. it should be
`grep 'L->isRecursivelyLCSSAForm(\*DT, \*LI) && \"LCSSA required to run
indvars!\"' t.log || exit 1`
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59725/new/
https://reviews.llvm.org/D59725
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits