[PATCH] D66803: [LV] Tail-folding with runtime memory checks
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 4 05:30:01 PDT 2019
uabelho added a comment.
Why would it be ok to give the assert when we run
clang
opt
?
You mean that clang's output in that case is broken? In that case I'd expect a verifier in opt to catch the fault, not that opt would crash with an assertion.
Anyway, I get the crash also with
clang -mllvm -disable-basicaa -S -Os lala.c -o -
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66803/new/
https://reviews.llvm.org/D66803
More information about the llvm-commits
mailing list