[llvm] r270175 - Revert accidental commit of a test command line addition.
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Thu May 19 19:01:51 PDT 2016
Author: ctopper
Date: Thu May 19 21:01:51 2016
New Revision: 270175
URL: http://llvm.org/viewvc/llvm-project?rev=270175&view=rev
Log:
Revert accidental commit of a test command line addition.
Modified:
llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86.ll
Modified: llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86.ll?rev=270175&r1=270174&r2=270175&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86.ll (original)
+++ llvm/trunk/test/CodeGen/X86/avx-intrinsics-x86.ll Thu May 19 21:01:51 2016
@@ -1,6 +1,5 @@
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=avx,aes,pclmul | FileCheck %s
-; RUN: llc < %s -mtriple=i686-apple-darwin -mattr=avx512vl,aes,pclmul | FileCheck %s
define <2 x i64> @test_x86_aesni_aesdec(<2 x i64> %a0, <2 x i64> %a1) {
; CHECK-LABEL: test_x86_aesni_aesdec:
More information about the llvm-commits
mailing list