mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 13:11:39 +01:00
93e82c22ef
This reverts commit 80a34ae31125aa46dcad47162ba45b152aed968d with fixes. On bots llvm-clang-x86_64-expensive-checks-ubuntu and llvm-clang-x86_64-expensive-checks-debian only, llc returns 0 for these two tests unexpectedly. I tweaked the RUN line a little bit in the hope that LIT is the culprit since this change is not in the codepath these tests are testing. llvm\test\CodeGen\X86\inline-asm-avx-v-constraint-32bit.ll llvm\test\CodeGen\X86\inline-asm-avx512vl-v-constraint-32bit.ll
4 lines
149 B
LLVM
4 lines
149 B
LLVM
; RUN: not --crash llvm-as < %s 2>&1 | FileCheck %s
|
|
target datalayout = "p16777216:64:64:64"
|
|
; CHECK: Invalid address space, must be a 24bit integer
|