[PATCH] D141386: [LangRef] Make !range, !nonnull and !align return poison instead of IUB
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 20 07:45:59 PST 2023
nikic added a comment.
In D141386#4048676 <https://reviews.llvm.org/D141386#4048676>, @nlopes wrote:
> Three failures:
>
> - Transforms/InstCombine/loadstore-metadata.ll
> - Transforms/Mem2Reg/preserve-nonnull-load-metadata.ll
> - Transforms/SROA/preserve-nonnull.ll
The last two should be fixed by https://github.com/llvm/llvm-project/commit/e6241cbdcbf3cc9beb49460578466e18936ef220.
For the InstCombine test the online alive instance currently crashes (https://alive2.llvm.org/ce/z/dZko2g), so not sure what's wrong with that one.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141386/new/
https://reviews.llvm.org/D141386
More information about the llvm-commits
mailing list