[all-commits] [llvm/llvm-project] 8dba4d: [LSR] Use pointer args instead of undef for uglyge...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Jan 11 04:36:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 8dba4d42f50ea0f5eea27ec97578a9514cf27585
https://github.com/llvm/llvm-project/commit/8dba4d42f50ea0f5eea27ec97578a9514cf27585
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-11 (Tue, 11 Jan 2022)
Changed paths:
M llvm/test/Transforms/LoopStrengthReduce/uglygep-address-space.ll
M llvm/test/Transforms/LoopStrengthReduce/uglygep.ll
Log Message:
-----------
[LSR] Use pointer args instead of undef for uglygep*.ll tests.
Make the test more robust by replacing undef by pointer arguments. This
ensures that the GEPs cannot be folded to undef.
More information about the All-commits
mailing list