Skip to content

Commit d765623

Browse files
committed
Use lower instead of lowerIf(scalar)
1 parent ee5344b commit d765623

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
@@ -1195,7 +1195,7 @@ AArch64LegalizerInfo::AArch64LegalizerInfo(const AArch64Subtarget &ST)
11951195
.clampNumElements(0, v2s32, v4s32)
11961196
.clampMaxNumElements(0, s64, 2)
11971197
.moreElementsToNextPow2(0)
1198-
.lowerIf(isScalar(0));
1198+
.lower();
11991199

12001200
// TODO: Libcall support for s128.
12011201
// TODO: s16 should be legal with full FP16 support.

0 commit comments

Comments
 (0)