[all-commits] [llvm/llvm-project] 539acc: [LV] Add variant of test without dead load.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Aug 5 06:16:29 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 539acce167d105124dcb7b310b748a570579b31f
https://github.com/llvm/llvm-project/commit/539acce167d105124dcb7b310b748a570579b31f
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-05 (Sat, 05 Aug 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/pr37248.ll
Log Message:
-----------
[LV] Add variant of test without dead load.
The original test has a unused load, which is removed. Also add a
variant with a store that cannot be removed, forcing the mask for the
block to always be generated.
More information about the All-commits
mailing list