[llvm] [WIP][X86] lowerBuildVectorAsBroadcast - don't convert constant vectors to broadcasts on AVX512VL targets (PR #73509)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 7 10:00:39 PST 2023
================
@@ -384,7 +376,7 @@ declare <8 x half> @llvm.fabs.v8f16(<8 x half>)
define <8 x half> @fcopysignv8f16(<8 x half> %x, <8 x half> %y) {
; CHECK-LABEL: fcopysignv8f16:
; CHECK: ## %bb.0:
-; CHECK-NEXT: vpternlogq $228, {{\.?LCPI[0-9]+_[0-9]+}}(%rip){1to2}, %xmm1, %xmm0
----------------
goldsteinn wrote:
Whats happening here?
https://github.com/llvm/llvm-project/pull/73509
More information about the llvm-commits
mailing list