[Mlir-commits] [mlir] [mlir][nvvm] Remove unused check-ptx (PR #93147)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu May 23 13:01:07 PDT 2024


================
@@ -6,15 +6,6 @@
 // RUN:   --entry-point-result=void \
 // RUN:  | FileCheck %s
 
-// Basic PTX check to make sure we are generating the right instructions.
-
-// CHECK-PTX: mbarrier.init.shared.b64
----------------
klensy wrote:

This was changed here `--check-prefixes=CHECK-PTX` https://github.com/llvm/llvm-project/pull/68184/files#diff-468d25896ab3abaf617d05a64f7d107372665c6a6a9af470207dddd0f1f66a6d; should be `CHECK-PTX`  prefix added back or kill all lines 1-8?

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


More information about the Mlir-commits mailing list