[PATCH] D32998: [SROA] enable splitting for non-whole-alloca loads and stores
Jonathan Roelofs via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 18 11:15:56 PDT 2017
jroelofs added inline comments.
================
Comment at: test/Transforms/SROA/basictest.ll:1707-1709
+; CHECK %[[shift:.*]] = lshr i64 %v, 32
+; CHECK-next %{{.*}} = trunc i64 %[[shift]] to i32
+; CHECK-next ret void
----------------
rnk wrote:
> These CHECKs have no colon, they aren't firing.
Also, the `NEXT` must be capitalized.
https://reviews.llvm.org/D32998
More information about the llvm-commits
mailing list