[llvm] [LLVM][NVPTX] Add support for div.full instruction (PR #116482)

Justin Fargnoli via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 12:44:35 PST 2024


================
@@ -0,0 +1,10 @@
+; RUN: llc < %s -march=nvptx64 | FileCheck %s
+; RUN: %if ptxas %{ llc < %s -march=nvptx64 | %ptxas-verify %}
+
----------------
justinfargnoli wrote:

Can you add tests for the immediate variants? 

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


More information about the llvm-commits mailing list