forked from OSchip/llvm-project
Fix r326154 buildbots test fail
Summary: Add specific mtriples to tests added in r326154. From: Evgeny Stupachenko <evstupac@gmail.com> <evgeny.v.stupachenko@intel.com> llvm-svn: 326158
This commit is contained in:
parent
06b7bd61f4
commit
f1c058d99b
|
@ -1,10 +1,9 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt -loop-vectorize -S < %s | FileCheck %s
|
||||
; RUN: opt -loop-vectorize -S -mtriple=aarch64-unknown-linux-gnu < %s | FileCheck %s
|
||||
|
||||
; The test checks that there is no assert caused by issue described in PR36032
|
||||
|
||||
target datalayout = "e-m:e-i8:8:32-i16:16:32-i64:64-i128:128-n32:64-S128"
|
||||
target triple = "aarch64--"
|
||||
|
||||
%struct.anon = type { i8 }
|
||||
|
|
@ -1,5 +1,5 @@
|
|||
; NOTE: Assertions have been autogenerated by utils/update_test_checks.py
|
||||
; RUN: opt -loop-vectorize -S < %s | FileCheck %s
|
||||
; RUN: opt -loop-vectorize -mtriple=x86_64-unknown-linux-gnu -S < %s | FileCheck %s
|
||||
|
||||
; The test checks that there is no assert caused by issue described in PR35432
|
||||
|
Loading…
Reference in New Issue