[all-commits] [llvm/llvm-project] b2f42f: [LV] Add test variant without sdiv by undef and uses.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 29 12:28:49 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b2f42f5d298cd68366b48ab7f20ab02dc80c8cae
https://github.com/llvm/llvm-project/commit/b2f42f5d298cd68366b48ab7f20ab02dc80c8cae
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-11-29 (Wed, 29 Nov 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/reduction-small-size.ll
Log Message:
-----------
[LV] Add test variant without sdiv by undef and uses.
Add a variant of @PR34687 with a sdiv with non-undef operands and actual
uses, to avoid the SDIV and SELECT being folded away triviall.y
More information about the All-commits
mailing list