[all-commits] [llvm/llvm-project] b6a4fd: [LSR] Autogenerate some tests
Aiden Grossman via All-commits
all-commits at lists.llvm.org
Sun Apr 19 11:49:25 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b6a4fdb8035d78934f98e823f67a5adb8c333828
https://github.com/llvm/llvm-project/commit/b6a4fdb8035d78934f98e823f67a5adb8c333828
Author: Aiden Grossman <aidengrossman at google.com>
Date: 2026-04-19 (Sun, 19 Apr 2026)
Changed paths:
M llvm/test/Transforms/LoopStrengthReduce/X86/2011-12-04-loserreg.ll
M llvm/test/Transforms/LoopStrengthReduce/X86/bin_power.ll
M llvm/test/Transforms/LoopStrengthReduce/pr25541.ll
Log Message:
-----------
[LSR] Autogenerate some tests
pr25541.ll - Was a regression test for a crash. Make a note and
autogenerate the tests.
bin_power.ll - Was essentially doing what UTC would do already, minus
one test where the assembly output is somewhat large, but the large
assembly output shouldn't be an issue with an autoupdate script and
isn't big enough to justify not including in my opinion.
This makes updating some tests easier for planned changes to LCSSA
preservation.
Reviewers: fhahn, nikic
Pull Request: https://github.com/llvm/llvm-project/pull/191664
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list