[all-commits] [llvm/llvm-project] 9153c2: [LoopUnroll] Make test more robust by removing undef.
Florian Hahn via All-commits
all-commits at lists.llvm.org
Sat Jan 8 07:44:47 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9153c273851ba3952d698808acba5214c697eb45
https://github.com/llvm/llvm-project/commit/9153c273851ba3952d698808acba5214c697eb45
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-08 (Sat, 08 Jan 2022)
Changed paths:
M llvm/test/Transforms/LoopUnroll/runtime-loop-multiexit-dom-verify.ll
Log Message:
-----------
[LoopUnroll] Make test more robust by removing undef.
Replace a uses of undef in the tests. The undef causes runtime checks
to be trivially fold/removeable, which does defeat the purpose of the test.
More information about the All-commits
mailing list