[PATCH] D110752: [SimpleLoopUnswitch] Don't unswitch constant conditions
Arthur Eubanks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 30 11:35:59 PDT 2021
aeubanks added a comment.
thanks, the description is good, but the test doesn't seem right
================
Comment at: llvm/test/Transforms/SimpleLoopUnswitch/nontrivial-unswitch-invariant-select-bug.ll:9
; CHECK-LABEL: @bar(
-; CHECK-NEXT: ret i1 false
;
----------------
this doesn't actually happen right now?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D110752/new/
https://reviews.llvm.org/D110752
More information about the llvm-commits
mailing list