[all-commits] [llvm/llvm-project] b0e118: [LV] Update tests checking VPlans to use patterns ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sun Apr 9 12:34:23 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0e118bd77a7249287a68f5b9e8397a993fe22a6
https://github.com/llvm/llvm-project/commit/b0e118bd77a7249287a68f5b9e8397a993fe22a6
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-04-09 (Sun, 09 Apr 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/AArch64/synthesize-mask-for-call.ll
M llvm/test/Transforms/LoopVectorize/AArch64/widen-call-with-intrinsic-or-libfunc.ll
M llvm/test/Transforms/LoopVectorize/RISCV/riscv-vector-reverse.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-chains-vplan.ll
M llvm/test/Transforms/LoopVectorize/first-order-recurrence-sink-replicate-region.ll
M llvm/test/Transforms/LoopVectorize/interleave-and-scalarize-only.ll
M llvm/test/Transforms/LoopVectorize/vplan-printing.ll
Log Message:
-----------
[LV] Update tests checking VPlans to use patterns for VPValues.
This makes the tests more robust to changes in value numbering for
VPValues.
More information about the All-commits
mailing list