[llvm] [SDAG] [X86] Extend SplitVecOp_VSETCC for STRICT_FSETCCS (PR #116768)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 20 09:34:09 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 {
----------------
topperc wrote:
Can this test be added to the existing file?
https://github.com/llvm/llvm-project/pull/116768
More information about the llvm-commits
mailing list