[llvm] [NVPTX] Expand fp/int conversions involving integers wider than 64 bits (PR #201679)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 9 16:46:17 PDT 2026


================
@@ -0,0 +1,131 @@
+; RUN: llc < %s -mtriple=nvptx -mcpu=sm_53 | FileCheck %s
+; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_53 | FileCheck %s
----------------
Artem-B wrote:

It would be great to have the test checks to be generated with llvm/utils/update_llc_test_checks.py

Vanilla store check by themselves are rather weak, as they only tell us that we've stored something, but give us no clue whether that something is valid.

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


More information about the llvm-commits mailing list