[PATCH] D118076: Sinking or hoisting instructions between loops before fusion

Joshua Cranmer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 6 13:39:46 PDT 2022


jcranmer-intel added inline comments.


================
Comment at: llvm/test/Transforms/LoopFusion/no_sink_hoist_store.ll:25
+pre2:
+  %ptr = alloca i32
+  store i32 3, i32* %ptr
----------------
The alloca should be in the entry block for this test, should it not?


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

https://reviews.llvm.org/D118076



More information about the llvm-commits mailing list