Skip to content

Commit 7928c31

Browse files
committed
[RISCV] Remove stale comment from test. NFC
1 parent 7e4ac85 commit 7928c31

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/lib/Target/RISCV/RISCVISelLowering.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15812,7 +15812,8 @@ SDValue RISCVTargetLowering::PerformDAGCombine(SDNode *N,
1581215812
MGN->getMemOperand(), IndexType, MGN->getExtensionType());
1581315813

1581415814
if (Index.getOpcode() == ISD::BUILD_VECTOR &&
15815-
MGN->getExtensionType() == ISD::NON_EXTLOAD) {
15815+
MGN->getExtensionType() == ISD::NON_EXTLOAD &&
15816+
isTypeLegal(VT)) {
1581615817
if (std::optional<VIDSequence> SimpleVID = isSimpleVIDSequence(Index);
1581715818
SimpleVID && SimpleVID->StepDenominator == 1) {
1581815819
const int64_t StepNumerator = SimpleVID->StepNumerator;

llvm/test/CodeGen/RISCV/zcmp-with-float.ll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
declare void @callee()
66

77
; Test the file could be compiled successfully.
8-
; .cfi_offset of fs0 is wrong here. It should be fixed by #66613.
98
define float @foo(float %arg) {
109
; RV32-LABEL: foo:
1110
; RV32: # %bb.0: # %entry

0 commit comments

Comments
 (0)