[llvm] [SDAG] [X86] Extend SplitVecOp_VSETCC for STRICT_FSETCCS (PR #116768)

Malay Sanghi via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 00:48:27 PST 2024


================
@@ -0,0 +1,31 @@
+; RUN: llc < %s -mtriple=x86_64 -mcpu=skx | FileCheck %s --check-prefixes=SKX
+
+define <16 x i32> @test_v16f64_ogt(<16 x i32> %a, <16 x i32> %b, <16 x double> %f1, <16 x double> %f2) #0 {
----------------
MalaySanghi wrote:

I don't think the attribute is important. 
Also the check-prefix should not be required.

https://github.com/llvm/llvm-project/pull/116768


More information about the llvm-commits mailing list