[all-commits] [llvm/llvm-project] 95eaaa: [LV] Replace undef with constant and pointer argum...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Thu Nov 16 04:23:38 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 95eaaa7d7157fcf5d920eff9aff9b67789322a58
https://github.com/llvm/llvm-project/commit/95eaaa7d7157fcf5d920eff9aff9b67789322a58
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-11-16 (Thu, 16 Nov 2023)
Changed paths:
M llvm/test/Transforms/LoopVectorize/AArch64/type-shrinkage-insertelt.ll
Log Message:
-----------
[LV] Replace undef with constant and pointer argument in tests.
This makes the tests more defined, prevents uses of the add being folded
and remove UB when loading from undef.
More information about the All-commits
mailing list