File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
clang/lib/CodeGen/TargetBuiltins Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -590,6 +590,7 @@ struct ARMVectorIntrinsicInfo {
590590 Intrinsic::LLVMIntrinsic, Intrinsic::AltLLVMIntrinsic, \
591591 TypeModifier }
592592
593+ // clang-format off
593594static const ARMVectorIntrinsicInfo ARMSIMDIntrinsicMap [] = {
594595 NEONMAP1 (__a32_vcvt_bf16_f32, arm_neon_vcvtfp2bf, 0 ),
595596 NEONMAP0 (splat_lane_v),
@@ -1442,6 +1443,7 @@ static const ARMVectorIntrinsicInfo AArch64SISDIntrinsicMap[] = {
14421443 NEONMAP1 (vrsqrteh_f16, aarch64_neon_frsqrte, Add1ArgType),
14431444 NEONMAP1 (vrsqrtsh_f16, aarch64_neon_frsqrts, Add1ArgType),
14441445};
1446+ // clang-format on
14451447
14461448// Some intrinsics are equivalent for codegen.
14471449static const std::pair<unsigned , unsigned > NEONEquivalentIntrinsicMap[] = {
You can’t perform that action at this time.
0 commit comments