[PATCH] D146629: [SimplifyCFG][LICM] Preserve nonnull, range and align metadata when speculating
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Mar 22 09:12:08 PDT 2023
jdoerfert added a comment.
This is valid, I think.
That said, I went to try what could go wrong and it was easy.
At least early-cse is buggy so this will cause issues until those bugs are fixed:
https://godbolt.org/z/Tz98hYa9E
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146629/new/
https://reviews.llvm.org/D146629
More information about the llvm-commits
mailing list