[all-commits] [llvm/llvm-project] 4bee7e: [RISCV][IA] Rework VL for strided LD/ST optimizati...
Philip Reames via All-commits
all-commits at lists.llvm.org
Thu Jul 24 21:12:49 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4bee7e09dfabf326ead941067a9ce9975f768918
https://github.com/llvm/llvm-project/commit/4bee7e09dfabf326ead941067a9ce9975f768918
Author: Philip Reames <preames at rivosinc.com>
Date: 2025-07-24 (Thu, 24 Jul 2025)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInterleavedAccess.cpp
Log Message:
-----------
[RISCV][IA] Rework VL for strided LD/ST optimization [nfc] (#150525)
I'd originally written this creating a new VL, but realized it was
probably cleaner to be explicit about the truncation which is happening.
As these VLs are all constants (since these two codepaths see fixed
vectors) this should result in identical constants being created.
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