[Mlir-commits] [mlir] 9cc0496 - [NFC][MLIR][NVVM] Remove duplicate RUN line in nvvm-transcendentals.mlir (#196276)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu May 7 10:55:52 PDT 2026


Author: Varad Rahul Kamthe
Date: 2026-05-07T19:55:47+02:00
New Revision: 9cc04960c881d616fbcaeb92593590779f0b4851

URL: https://github.com/llvm/llvm-project/commit/9cc04960c881d616fbcaeb92593590779f0b4851
DIFF: https://github.com/llvm/llvm-project/commit/9cc04960c881d616fbcaeb92593590779f0b4851.diff

LOG: [NFC][MLIR][NVVM] Remove duplicate RUN line in nvvm-transcendentals.mlir (#196276)

Added: 
    

Modified: 
    mlir/test/Dialect/LLVMIR/nvvm-transcendentals.mlir

Removed: 
    


################################################################################
diff  --git a/mlir/test/Dialect/LLVMIR/nvvm-transcendentals.mlir b/mlir/test/Dialect/LLVMIR/nvvm-transcendentals.mlir
index aa5439a70395e..eaaedd335d3d2 100644
--- a/mlir/test/Dialect/LLVMIR/nvvm-transcendentals.mlir
+++ b/mlir/test/Dialect/LLVMIR/nvvm-transcendentals.mlir
@@ -13,7 +13,6 @@ func.func @nvvm_cos_ftz_f32(%arg0: f32) -> f32 {
   %0 = nvvm.cos %arg0 {ftz = true} : f32
   return %0 : f32
 }
-// RUN: mlir-opt %s -split-input-file | FileCheck %s
 
 // CHECK-LABEL: @nvvm_sin_f32
 func.func @nvvm_sin_f32(%arg0: f32) -> f32 {


        


More information about the Mlir-commits mailing list