Skip to content

Commit 35bd976

Browse files
committed
Use lower instead of lowerIf(scalar)
1 parent c0b9bc6 commit 35bd976

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1164,7 +1164,7 @@ AArch64LegalizerInfo::AArch64LegalizerInfo(const AArch64Subtarget &ST)
11641164
.clampNumElements(0, v2s32, v4s32)
11651165
.clampMaxNumElements(0, s64, 2)
11661166
.moreElementsToNextPow2(0)
1167-
.lowerIf(isScalar(0));
1167+
.lower();
11681168

11691169
// TODO: Libcall support for s128.
11701170
// TODO: s16 should be legal with full FP16 support.

0 commit comments

Comments
 (0)