Skip to content

Commit 9a47674

Browse files
author
Cameron McInally
committed
[SVE] Revert accidental change from 405e22fbe8719cff6c40eec15c2044f42527f116
Accidentally commited two lines that were not intended. Remove those.
1 parent e2ccf7f commit 9a47674

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

llvm/lib/Target/AArch64/AArch64ISelLowering.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1223,8 +1223,6 @@ void AArch64TargetLowering::addTypeForFixedLengthSVE(MVT VT) {
12231223
setOperationAction(ISD::VECREDUCE_ADD, VT, Custom);
12241224
setOperationAction(ISD::VECREDUCE_SMAX, VT, Custom);
12251225
setOperationAction(ISD::VECREDUCE_SMIN, VT, Custom);
1226-
setOperationAction(ISD::VECREDUCE_UMAX, VT, Custom);
1227-
setOperationAction(ISD::VECREDUCE_UMIN, VT, Custom);
12281226
setOperationAction(ISD::VSELECT, VT, Custom);
12291227
setOperationAction(ISD::XOR, VT, Custom);
12301228
setOperationAction(ISD::ZERO_EXTEND, VT, Custom);

0 commit comments

Comments
 (0)