Skip to content

Commit b95bd64

Browse files
committed
irtranslate scalable vector store
1 parent ca33796 commit b95bd64

File tree

2 files changed

+489
-1
lines changed

2 files changed

+489
-1
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21755,7 +21755,7 @@ bool RISCVTargetLowering::fallBackToDAGISel(const Instruction &Inst) const {
2175521755
Op == Instruction::And || Op == Instruction::Or ||
2175621756
Op == Instruction::Xor || Op == Instruction::InsertElement ||
2175721757
Op == Instruction::ShuffleVector || Op == Instruction::Load ||
21758-
Op == Instruction::Freeze)
21758+
Op == Instruction::Freeze || Op == Instruction::Store)
2175921759
return false;
2176021760

2176121761
if (Inst.getType()->isScalableTy())

0 commit comments

Comments
 (0)