[all-commits] [llvm/llvm-project] b926f5: [LV][RISCV] Regenerate reduction tests with UTC. NFC
Luke Lau via All-commits
all-commits at lists.llvm.org
Thu Jul 31 21:32:47 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b926f5d923a2b7d60e6ffcbabc49f6fd5e18f894
https://github.com/llvm/llvm-project/commit/b926f5d923a2b7d60e6ffcbabc49f6fd5e18f894
Author: Luke Lau <luke at igalia.com>
Date: 2025-08-01 (Fri, 01 Aug 2025)
Changed paths:
A llvm/test/Transforms/LoopVectorize/RISCV/reductions.ll
R llvm/test/Transforms/LoopVectorize/RISCV/scalable-reductions.ll
Log Message:
-----------
[LV][RISCV] Regenerate reduction tests with UTC. NFC
Previously these tests used optimization remarks to check the chosen VF,
but I don't think thats needed if we can see from the types used in the
vectorized body. We can just use UTC to generate the body instead.
Whilst we're here, also simplify the opt invocation to remove unneeded
options and rename from scalable-reductions.ll -> reductions.ll, seeing
as it's not specifically testing for scalable VFs anymore.
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