[Mlir-commits] [mlir] [MLIR][NVVM] Enable nvvm intrinsics import (PR #68843)

Tobias Gysi llvmlistbot at llvm.org
Tue Nov 7 00:50:46 PST 2023


================
@@ -865,6 +865,14 @@ define float @ssa_copy(float %0) {
   ret float %2
 }
 
+; CHECK-LABEL: llvm.func @nvvm
----------------
gysit wrote:

Can you move the tests into an nvvmir.ll file in the same folder to follow the same structure as in the export?

Can you also add a test for every intrinsic? I know it seems like a lot of copy paste but it still seems helpful to exercise the import of all of them in case things get refactored in LLVM land for example. 

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


More information about the Mlir-commits mailing list