From 38950e511201b1237aab78eafdf605a2cac2ec49 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Tue, 8 Nov 2016 15:42:49 +0000 Subject: [PATCH] [X86][SSE] Regenerate test (just adds missing header) git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286241 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/psubus.ll | 1 + 1 file changed, 1 insertion(+) diff --git a/test/CodeGen/X86/psubus.ll b/test/CodeGen/X86/psubus.ll index a63d1c60e37..707aea22230 100644 --- a/test/CodeGen/X86/psubus.ll +++ b/test/CodeGen/X86/psubus.ll @@ -1,3 +1,4 @@ +; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py ; RUN: llc < %s -mtriple=x86_64-apple-macosx10.8.0 -mattr=+sse2 | FileCheck %s --check-prefix=SSE --check-prefix=SSE2 ; RUN: llc < %s -mtriple=x86_64-apple-macosx10.8.0 -mattr=+ssse3 | FileCheck %s --check-prefix=SSE --check-prefix=SSSE3 ; RUN: llc < %s -mtriple=x86_64-apple-macosx10.8.0 -mattr=+avx | FileCheck %s --check-prefix=AVX --check-prefix=AVX1 -- 2.40.0