[llvm] r212190 - XFAIL the test to go with r202189
Duncan P. N. Exon Smith
dexonsmith at apple.com
Wed Jul 2 10:07:03 PDT 2014
Author: dexonsmith
Date: Wed Jul 2 12:07:03 2014
New Revision: 212190
URL: http://llvm.org/viewvc/llvm-project?rev=212190&view=rev
Log:
XFAIL the test to go with r202189
Modified:
llvm/trunk/test/CodeGen/AArch64/aarch64-address-type-promotion.ll
Modified: llvm/trunk/test/CodeGen/AArch64/aarch64-address-type-promotion.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/AArch64/aarch64-address-type-promotion.ll?rev=212190&r1=212189&r2=212190&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/AArch64/aarch64-address-type-promotion.ll (original)
+++ llvm/trunk/test/CodeGen/AArch64/aarch64-address-type-promotion.ll Wed Jul 2 12:07:03 2014
@@ -1,4 +1,5 @@
; RUN: llc < %s -o - | FileCheck %s
+; XFAIL: *
target datalayout = "e-p:64:64:64-i1:8:8-i8:8:8-i16:16:16-i32:32:32-i64:64:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64-n32:64"
target triple = "arm64-apple-macosx10.9"
More information about the llvm-commits
mailing list