[PATCH] D124926: [LoopInterchange] New cost model for loop interchange

Bardia Mahjour via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 30 09:24:16 PDT 2022


bmahjour added inline comments.


================
Comment at: llvm/test/Transforms/LICM/lnicm.ll:23
+; CHECK:      entry:
+; LICM:         [[Z:%.*]] = load i32, ptr %z, align 4
 ; CHECK:      for.body:
----------------
Why can't this be kept as CHECK-NEXT (like before)? The load of `z` should be moved out by both LICM and LNICM I think.


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

https://reviews.llvm.org/D124926



More information about the llvm-commits mailing list