[all-commits] [llvm/llvm-project] b11fe3: [RISCV] Correct the cost model for the i1 reduce.a...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jan 9 18:05:43 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b11fe33aea82444387422e550e10f1fba5bcfaa3
https://github.com/llvm/llvm-project/commit/b11fe33aea82444387422e550e10f1fba5bcfaa3
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-01-09 (Thu, 09 Jan 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVTargetTransformInfo.cpp
Log Message:
-----------
[RISCV] Correct the cost model for the i1 reduce.add and reduce.or. (#122349)
reduce.add uses the same sequence as reduce.xor. reduce.or should use
vmor not vmxor.
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