[PATCH] D37052: Add default address space for functions to the data layout (1/3)
Alexander Richardson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 8 10:04:51 PST 2018
arichardson added inline comments.
================
Comment at: test/Assembler/invalid-datalayout-alloca-addrspace.ll:3
target datalayout = "A16777216"
+; CHECK: Invalid address space, must be a 24-bit integer
----------------
Shouldn't this be P16777216
https://reviews.llvm.org/D37052
More information about the llvm-commits
mailing list