[llvm] [NVPTX] Support address offsets added with disjoint or (PR #122042)
Kevin McAfee via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 12:17:56 PST 2025
================
@@ -0,0 +1,25 @@
+; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py UTC_ARGS: --version 5
+; RUN: llc < %s -mtriple=nvptx64 -mcpu=sm_35 -verify-machineinstrs | FileCheck %s
+; RUN: %if ptxas %{ llc < %s -mtriple=nvptx64 -mcpu=sm_35 | %ptxas-verify %}
+target triple = "nvptx64-nvidia-cuda"
+
+ at a = external global ptr align 16
+
+define i32 @test_v2i8(i16 %a) {
----------------
kalxr wrote:
v2i8?
https://github.com/llvm/llvm-project/pull/122042
More information about the llvm-commits
mailing list