[all-commits] [llvm/llvm-project] 4e561a: [RISCV] Remove unnecessary cast to i8* when conver...
Craig Topper via All-commits
all-commits at lists.llvm.org
Sat Apr 9 20:06:28 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4e561a581f15528b4329cf7619e9b1c8104bd537
https://github.com/llvm/llvm-project/commit/4e561a581f15528b4329cf7619e9b1c8104bd537
Author: Craig Topper <craig.topper at sifive.com>
Date: 2022-04-09 (Sat, 09 Apr 2022)
Changed paths:
M llvm/lib/Target/RISCV/RISCVGatherScatterLowering.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vector-strided-load-store.ll
Log Message:
-----------
[RISCV] Remove unnecessary cast to i8* when converting gather/scatter to strided load/store.
Not sure why I thought this necessary at the time.
More information about the All-commits
mailing list