[PATCH] D149373: [NFC][LICM] Add test case on widenable condition hoisting opportunity

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 27 22:34:31 PDT 2023


mkazantsev added inline comments.


================
Comment at: llvm/test/Transforms/LICM/explicit_guards.ll:154
+; CHECK:       exit:
+; CHECK-NEXT:    ret void
+;
----------------
Please add a test where wc goes before the `icmp7` (see my comment to D149374).


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D149373/new/

https://reviews.llvm.org/D149373



More information about the llvm-commits mailing list