[PATCH] D102506: Discount invariants instructions in full unrolling
Philip Reames via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri May 14 09:53:21 PDT 2021
reames added inline comments.
================
Comment at: llvm/test/Transforms/LoopUnroll/full-unroll-invariant.ll:37
+; CHECK: for.body:
+; CHECK-NEXT: [[ZEXT:%.*]] = zext i8 [[A:%.*]] to i32
+; CHECK-NEXT: [[AND:%.*]] = and i32 [[ZEXT]], 31
----------------
JFYI, this test output gets reduced a lot once D102511 lands.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102506/new/
https://reviews.llvm.org/D102506
More information about the llvm-commits
mailing list