[llvm] [WIP] Extend data layout to add non zero null value for address space. (PR #83109)
Rana Pratap Reddy via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 14 03:27:44 PDT 2024
================
@@ -0,0 +1,20 @@
+; NOTE: Assertions have been autogenerated by utils/update_test_checks.py UTC_ARGS: --version 4
+; RUN: opt < %s -S -mtriple=amdgcn-- | FileCheck %s
----------------
ranapratap55 wrote:
This is a positive test case to check if the data layout string related sentinel pointer value is parsed correctly.
https://github.com/llvm/llvm-project/pull/83109
More information about the llvm-commits
mailing list