mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-02-01 05:01:59 +01:00
[x86] Add a missing triple, without which the CPU won't parse.
Notably, this is failing on our PPC build bots: http://lab.llvm.org:8011/builders/clang-ppc64le-linux/builds/8338/steps/ninja%20check%201/logs/FAIL%3A%20LLVM%3A%3Apr33772.ll llvm-svn: 308272
This commit is contained in:
parent
7c0a7c212c
commit
c5c73c3575
@ -1,5 +1,7 @@
|
||||
; RUN: not llc < %s -mcpu=skylake-avx512 2>&1 | FileCheck %s
|
||||
|
||||
target triple = "x86_64-unknown-linux-gnu"
|
||||
|
||||
; make sure we don't crash if scale for gather isn't constant.
|
||||
|
||||
; CHECK: LLVM ERROR: Cannot select: intrinsic %llvm.x86.avx512.gather.dpi.512
|
||||
|
Loading…
x
Reference in New Issue
Block a user