[PATCH] D39113: Add test case for LoopSink pass

Max Kazantsev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 19 23:08:08 PDT 2017


mkazantsev requested changes to this revision.
mkazantsev added inline comments.
This revision now requires changes to proceed.


================
Comment at: test/Transforms/LICM/loopsink.ll:297
+; Regardless of alias store in loop this load from constant memory can be sunk.
+; CHECK: t5_const
+; CHECK: .preheader:
----------------
`CHECK: t5_with_const`?


https://reviews.llvm.org/D39113





More information about the llvm-commits mailing list