[all-commits] [llvm/llvm-project] c071db: [LV] update hexagon test to use load results.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Aug 22 12:21:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c071dba1a3aad827789babb51c9f17845c925be0
https://github.com/llvm/llvm-project/commit/c071dba1a3aad827789babb51c9f17845c925be0
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-22 (Tue, 22 Aug 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/Hexagon/invalidate-cm-after-invalidating-interleavegroups.ll
Log Message:
-----------
[LV] update hexagon test to use load results.
The current version of the test doesn't use any of the loads, so they
can be removed together with the mask of the interleave group.
Use some loaded values and store them, to prevent the mask from being
optimized away.
More information about the All-commits
mailing list