From 20404d820c7caddff7416b3f535de74360450baf Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 11 Jan 2022 16:40:24 +0000 Subject: [X86] Apply clang-format to X86TargetLowering::isVectorShiftByScalarCheap Fix indentation --- llvm/lib/Target/X86/X86ISelLowering.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/lib/Target/X86/X86ISelLowering.cpp b/llvm/lib/Target/X86/X86ISelLowering.cpp index 9f47d6f88b4f..430d1c757f96 100644 --- a/llvm/lib/Target/X86/X86ISelLowering.cpp +++ b/llvm/lib/Target/X86/X86ISelLowering.cpp @@ -33058,7 +33058,7 @@ bool X86TargetLowering::isVectorShiftByScalarCheap(Type *Ty) const { // AVX512BW has shifts such as vpsllvw. if (Subtarget.hasBWI() && Bits == 16) - return false; + return false; // Otherwise, it's significantly cheaper to shift by a scalar amount than by a // fully general vector. -- cgit v1.2.1