[PATCH] D31539: Hoisting invariant.group in LICM

Daniel Berlin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 31 19:00:44 PDT 2017


dberlin added inline comments.


================
Comment at: test/Transforms/LICM/hoist-invariant-group-load.ll:39
+; CHECK-LABEL: define void @hoist2(
+define void @hoist2(i8** dereferenceable(8)) {
+entry:
----------------
sanjoy wrote:
> Please use `-instnamer` to name all the instructions.  Otherwise editing the tests will be painful.
Also, if you can, i'd just use update_test_checks at this point.



https://reviews.llvm.org/D31539





More information about the llvm-commits mailing list