[llvm] [NVPTXLowerArgs] Add align attribute to return value of addrspace.wrap intrinsic (PR #153889)
Alex MacLean via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 15 15:47:25 PDT 2025
================
@@ -0,0 +1,37 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 5
+; RUN: opt < %s -passes=nvptx-lower-args,infer-alignment -S | FileCheck %s
+
+target datalayout = "e-p:64:64:64-p3:32:32:32-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-i128:128:128-f32:32:32-f64:64:64-v16:16:16-v32:32:32-v64:64:64-v128:128:128-n16:32:64"
----------------
AlexMaclean wrote:
Nit: remove this as it is not required for this test.
https://github.com/llvm/llvm-project/pull/153889
More information about the llvm-commits
mailing list