[all-commits] [llvm/llvm-project] fc7a1e: [RISCV] Fold vp.reverse(vp.load(ADDR, MASK)) -> vp...
Craig Topper via All-commits
all-commits at lists.llvm.org
Thu Jan 16 08:20:40 PST 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc7a1ed0ba5f437bc7f262f562e83488225f0152
https://github.com/llvm/llvm-project/commit/fc7a1ed0ba5f437bc7f262f562e83488225f0152
Author: Craig Topper <craig.topper at sifive.com>
Date: 2025-01-16 (Thu, 16 Jan 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
A llvm/test/CodeGen/RISCV/rvv/vp-combine-reverse-load.ll
Log Message:
-----------
[RISCV] Fold vp.reverse(vp.load(ADDR, MASK)) -> vp.strided.load(ADDR, -1, MASK). (#123115)
Co-authored-by: Brandon Wu <brandon.wu at sifive.com>
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