diff options
-rw-r--r-- | llvm/test/CodeGen/X86/shrink_vmul_sse.ll (renamed from llvm/test/CodeGen/X86/pr30298.ll) | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/llvm/test/CodeGen/X86/pr30298.ll b/llvm/test/CodeGen/X86/shrink_vmul_sse.ll index 1e6dad0b20d..c869dff9e64 100644 --- a/llvm/test/CodeGen/X86/pr30298.ll +++ b/llvm/test/CodeGen/X86/shrink_vmul_sse.ll @@ -1,4 +1,8 @@ ; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py +; +; PR30298: Check if the target doesn't have SSE2, compiler will not crash +; or generate incorrect code because of vector mul width shrinking optimization. +; ; RUN: llc -mtriple=i386-pc-linux-gnu -mattr=+sse < %s | FileCheck %s @c = external global i32*, align 8 |