From 4ca52ef5db529d9ce9c716ab1547bd46080a56e0 Mon Sep 17 00:00:00 2001 From: Fangrui Song Date: Mon, 6 May 2019 10:21:17 +0000 Subject: [PATCH] [CodeGen] Move X86 tests under the X86 directory git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@360029 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/{ => X86}/avx512bf16-intrinsics.ll | 0 test/CodeGen/{ => X86}/avx512bf16-vl-intrinsics.ll | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename test/CodeGen/{ => X86}/avx512bf16-intrinsics.ll (100%) rename test/CodeGen/{ => X86}/avx512bf16-vl-intrinsics.ll (100%) diff --git a/test/CodeGen/avx512bf16-intrinsics.ll b/test/CodeGen/X86/avx512bf16-intrinsics.ll similarity index 100% rename from test/CodeGen/avx512bf16-intrinsics.ll rename to test/CodeGen/X86/avx512bf16-intrinsics.ll diff --git a/test/CodeGen/avx512bf16-vl-intrinsics.ll b/test/CodeGen/X86/avx512bf16-vl-intrinsics.ll similarity index 100% rename from test/CodeGen/avx512bf16-vl-intrinsics.ll rename to test/CodeGen/X86/avx512bf16-vl-intrinsics.ll