[PATCH] D116048: [clang][CodeGen][UBSan] VLA size checking for unsigned integer parameter
Alexander Kornienko via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 21 17:38:20 PST 2022
alexfh added a comment.
In D116048#3261573 <https://reviews.llvm.org/D116048#3261573>, @alexfh wrote:
> We've started seeing some tests dying with SIGILL (illegal instruction) after this patch. I'm working on a reduced repro, but please take a look, if you can find any issues yourself.
False alarm. All of these turned out to be real issues detected by the updated clang.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D116048/new/
https://reviews.llvm.org/D116048
More information about the cfe-commits
mailing list