[Mlir-commits] [mlir] 5033ec0 - Revert "[tests] Fix gpu-to-cubin.mlir (NFC)"

Mehdi Amini llvmlistbot at llvm.org
Wed Aug 9 19:37:34 PDT 2023


Author: Mehdi Amini
Date: 2023-08-09T19:37:01-07:00
New Revision: 5033ec0a9e7cc176d42c0da0ef095e21170092f4

URL: https://github.com/llvm/llvm-project/commit/5033ec0a9e7cc176d42c0da0ef095e21170092f4
DIFF: https://github.com/llvm/llvm-project/commit/5033ec0a9e7cc176d42c0da0ef095e21170092f4.diff

LOG: Revert "[tests] Fix gpu-to-cubin.mlir (NFC)"

This reverts commit 4434bc5508dfd448b7666b81a423dc7783f4a698.

It does not make sense to introduce more passes to fix a parsing issue.
More importantly: it didn't fix the test!

Added: 
    

Modified: 
    mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir b/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
index afcb674858c869..02219675f528a3 100644
--- a/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
+++ b/mlir/test/Integration/GPU/CUDA/gpu-to-cubin.mlir
@@ -1,6 +1,6 @@
 // RUN: mlir-opt %s \
 // RUN: | mlir-opt -gpu-kernel-outlining \
-// RUN: | mlir-opt -convert-vector-to-scf -convert-scf-to-cf -convert-cf-to-llvm -convert-vector-to-llvm -convert-arith-to-llvm \
+// RUN: | mlir-opt -convert-vector-to-scf -convert-scf-to-cf \
 // RUN: | mlir-opt -pass-pipeline='builtin.module(gpu.module(strip-debuginfo,convert-gpu-to-nvvm,gpu-to-cubin))' \
 // RUN: | mlir-opt -gpu-to-llvm -reconcile-unrealized-casts \
 // RUN: | mlir-cpu-runner \


        


More information about the Mlir-commits mailing list