[all-commits] [llvm/llvm-project] b8d92e: [RISCV] Fix crash in lowerVPSpliceExperimental wit...
Craig Topper via All-commits
all-commits at lists.llvm.org
Fri Feb 2 22:09:28 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b8d92e1c4726ba6da9f7a6f388c08b3acd5cb62c
https://github.com/llvm/llvm-project/commit/b8d92e1c4726ba6da9f7a6f388c08b3acd5cb62c
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-02-02 (Fri, 02 Feb 2024)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
Log Message:
-----------
[RISCV] Fix crash in lowerVPSpliceExperimental with RV64LegalI32.
EVL1 will be i32 and not get type legalized to i64 so we need to
manually promote it to XLenVT.
More information about the All-commits
mailing list