[all-commits] [llvm/llvm-project] f6f769: [tests] Autogenerate a couple of tests
Philip Reames via All-commits
all-commits at lists.llvm.org
Fri Nov 3 08:42:40 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f6f769203dd3c4da410c9f8d4cc5108a9cb6640a
https://github.com/llvm/llvm-project/commit/f6f769203dd3c4da410c9f8d4cc5108a9cb6640a
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-11-03 (Fri, 03 Nov 2023)
Changed paths:
M llvm/test/CodeGen/BPF/loop-exit-cond.ll
M llvm/test/Transforms/HardwareLoops/ARM/fp-emulation.ll
M llvm/test/Transforms/IRCE/variable-loop-bounds.ll
Log Message:
-----------
[tests] Autogenerate a couple of tests
As usual, making it easier for an upcoming test delta to be seen.
Note that several of these are examples of extremely bad testing practice.
Checking internal debug output (for no real purpose), and checking the
result of a fully O2 + llc run instead of reducing the specific problematic
pass.
More information about the All-commits
mailing list