[PATCH] D104618: [LoopDeletion] Exploit undef when symbolically executing 1st iteration
Max Kazantsev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 21 00:19:22 PDT 2021
mkazantsev added a comment.
Urgh, I double-checked with lang ref and my initial version was fine:
Branching on an undefined value is undefined behavior.
Rolling back to initial version.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D104618/new/
https://reviews.llvm.org/D104618
More information about the llvm-commits
mailing list