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

via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 19 00:58:37 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 {
----------------
abhishek-kaushik22 wrote:

I made the test similar to the existing test which have both the prefix and the attribute

https://github.com/llvm/llvm-project/blob/main/llvm/test/CodeGen/X86/vec-strict-cmp-512-skx.ll#L40

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


More information about the llvm-commits mailing list