[DAGCombiner] Add target hook function to decide folding (mul (add x, c1), c2)
[llvm-project.git] / llvm / test / Assembler / invalid-datalayout-program-addrspace.ll
blobfe0ab5c6087bab8b6908ac2d109bb6bb101006a3
1 ; RUN: not --crash llvm-as < %s 2>&1 | FileCheck %s
3 ; CHECK: Invalid address space, must be a 24-bit integer
4 target datalayout = "P16777216"