[Mlir-commits] [mlir] 7739380 - Fix integration tests after #120580 (math-polynomial-approx-avx2)
llvmlistbot at llvm.org
llvmlistbot at llvm.org
Fri Dec 20 08:36:42 PST 2024
Author: Yifei Xu
Date: 2024-12-20T10:36:39-06:00
New Revision: 7739380643718bc912bc05b969e4be525a85c0d2
URL: https://github.com/llvm/llvm-project/commit/7739380643718bc912bc05b969e4be525a85c0d2
DIFF: https://github.com/llvm/llvm-project/commit/7739380643718bc912bc05b969e4be525a85c0d2.diff
LOG: Fix integration tests after #120580 (math-polynomial-approx-avx2)
Added:
Modified:
mlir/test/mlir-cpu-runner/X86Vector/math-polynomial-approx-avx2.mlir
Removed:
################################################################################
diff --git a/mlir/test/mlir-cpu-runner/X86Vector/math-polynomial-approx-avx2.mlir b/mlir/test/mlir-cpu-runner/X86Vector/math-polynomial-approx-avx2.mlir
index bf236dc7659f05..c51802d100b80c 100644
--- a/mlir/test/mlir-cpu-runner/X86Vector/math-polynomial-approx-avx2.mlir
+++ b/mlir/test/mlir-cpu-runner/X86Vector/math-polynomial-approx-avx2.mlir
@@ -2,6 +2,7 @@
// RUN: -convert-vector-to-scf \
// RUN: -convert-scf-to-cf \
// RUN: -convert-arith-to-llvm \
+// RUN: -convert-cf-to-llvm \
// RUN: -convert-vector-to-llvm="enable-x86vector" \
// RUN: -convert-math-to-llvm \
// RUN: -convert-func-to-llvm \
More information about the Mlir-commits
mailing list