[PATCH] D146274: [LICM] Do not hoist widenable conditions
Serguei Katkov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Mar 17 01:12:06 PDT 2023
skatkov added inline comments.
================
Comment at: llvm/test/Transforms/LICM/explicit_guards.ll:7
; Make sure that we do not hoist widenable_cond out of loop.
define void @hoist_widenable_cond(i1 %cond, i32 %N, i32 %M) {
----------------
I would move your comment here. This seems to be dedicated test for hoisting.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D146274/new/
https://reviews.llvm.org/D146274
More information about the llvm-commits
mailing list