[llvm] 62c6f98 - Fix two more test cases for https://reviews.llvm.org/D74456.

Yuanfang Chen via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 18:35:44 PST 2020


Author: Yuanfang Chen
Date: 2020-02-11T18:35:09-08:00
New Revision: 62c6f98899c8e537f5c5c5bca3daaa03a3d6646c

URL: https://github.com/llvm/llvm-project/commit/62c6f98899c8e537f5c5c5bca3daaa03a3d6646c
DIFF: https://github.com/llvm/llvm-project/commit/62c6f98899c8e537f5c5c5bca3daaa03a3d6646c.diff

LOG: Fix two more test cases for https://reviews.llvm.org/D74456.

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/inline-asm-avx-v-constraint-32bit.ll
    llvm/test/CodeGen/X86/inline-asm-avx512vl-v-constraint-32bit.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/inline-asm-avx-v-constraint-32bit.ll b/llvm/test/CodeGen/X86/inline-asm-avx-v-constraint-32bit.ll
index c4bdfb6a1038..3eb6d0d90cf3 100644
--- a/llvm/test/CodeGen/X86/inline-asm-avx-v-constraint-32bit.ll
+++ b/llvm/test/CodeGen/X86/inline-asm-avx-v-constraint-32bit.ll
@@ -1,4 +1,4 @@
-; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx -o /dev/null 2> %t
+; RUN: not --crash llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx -o /dev/null 2> %t
 ; RUN: FileCheck %s --input-file %t
 
 define <4 x float> @testxmm_1(<4 x float> %_xmm0, i32 %_l) {

diff  --git a/llvm/test/CodeGen/X86/inline-asm-avx512vl-v-constraint-32bit.ll b/llvm/test/CodeGen/X86/inline-asm-avx512vl-v-constraint-32bit.ll
index 7278089348e2..999117e0df4b 100644
--- a/llvm/test/CodeGen/X86/inline-asm-avx512vl-v-constraint-32bit.ll
+++ b/llvm/test/CodeGen/X86/inline-asm-avx512vl-v-constraint-32bit.ll
@@ -1,4 +1,4 @@
-; RUN: not llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx512vl -o /dev/null 2> %t
+; RUN: not --crash llc < %s -mtriple i386-unknown-linux-gnu -mattr +avx512vl -o /dev/null 2> %t
 ; RUN: FileCheck %s --input-file %t
 
 define <4 x float> @testxmm_1(<4 x float> %_xmm0, i64 %_l) {


        


More information about the llvm-commits mailing list