Skip to content

Commit 0e3829e

Browse files
committed
[AArch64] Use Subtarget directly. NFC
1 parent e0537c0 commit 0e3829e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19796,7 +19796,7 @@ performExtractVectorEltCombine(SDNode *N, TargetLowering::DAGCombinerInfo &DCI,
1979619796
SDValue N0 = N->getOperand(0), N1 = N->getOperand(1);
1979719797

1979819798
EVT VT = N->getValueType(0);
19799-
const bool FullFP16 = DAG.getSubtarget<AArch64Subtarget>().hasFullFP16();
19799+
const bool FullFP16 = Subtarget->hasFullFP16();
1980019800
bool IsStrict = N0->isStrictFPOpcode();
1980119801

1980219802
// extract(dup x) -> x

0 commit comments

Comments
 (0)