[all-commits] [llvm/llvm-project] 3a6cc5: Revert "[RISCV] Shrink vslideup's LMUL when loweri...
Philip Reames via All-commits
all-commits at lists.llvm.org
Tue Oct 10 15:14:32 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3a6cc52fe3501b2b7b3aabdff305a18122c9e0db
https://github.com/llvm/llvm-project/commit/3a6cc52fe3501b2b7b3aabdff305a18122c9e0db
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-10-10 (Tue, 10 Oct 2023)
Changed paths:
M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-insert-subvector.ll
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-strided-load-combine.ll
M llvm/test/CodeGen/RISCV/rvv/fpclamptosat_vec.ll
Log Message:
-----------
Revert "[RISCV] Shrink vslideup's LMUL when lowering fixed insert_subvector (#65997)"
This reverts commit b5ff71e261b637ab7088fb5c3314bf71d6e01da7. As described in
https://github.com/llvm/llvm-project/issues/68730, this appears to have exposed
an existing liveness issue. Revert to green until we can figure out how to
address the root cause.
Note: This was not a clean revert. I ended up doing it by hand.
More information about the All-commits
mailing list