[llvm] [NVPTX] Don't use stack memory when bitcasting to/from v2i8 (PR #113928)
Justin Fargnoli via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 29 10:31:08 PDT 2024
================
@@ -0,0 +1,36 @@
+; RUN: llc < %s -mtriple=nvptx64-nvidia-cuda -mcpu=sm_90 -mattr=+ptx80 -asm-verbose=false \
----------------
justinfargnoli wrote:
I think you need to delete all the existing `CHECK` statements first.
If that doesn't work (and the rest of the MR looks good), I'll just submit a follow-up patch that auto-generates the test.
https://github.com/llvm/llvm-project/pull/113928
More information about the llvm-commits
mailing list