[all-commits] [llvm/llvm-project] 682604: [LV] Remove redundant checks from recurrence test.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Jul 6 15:32:26 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 682604738122e06579c911b886511993a91541ea
https://github.com/llvm/llvm-project/commit/682604738122e06579c911b886511993a91541ea
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-07-06 (Wed, 06 Jul 2022)
Changed paths:
M llvm/test/Transforms/LoopVectorize/first-order-recurrence.ll
Log Message:
-----------
[LV] Remove redundant checks from recurrence test.
The removed CHECK configurations are tested as well below, modulo the
dce/instcombine runs. This makes them redundant, and removing them
removes a substantial amount of uneeded checks.
More information about the All-commits
mailing list