diff options
author | Wei Mi <wmi@google.com> | 2016-09-07 18:46:15 +0000 |
---|---|---|
committer | Wei Mi <wmi@google.com> | 2016-09-07 18:46:15 +0000 |
commit | b96ebe6a1ab251f2141173cf3820c23cd72a5547 (patch) | |
tree | fc0d380b5517515786fc666a0656c877bcd9235c | |
parent | 43712e05eafef51596be8d7415874514d68571c6 (diff) | |
download | bcm5719-llvm-b96ebe6a1ab251f2141173cf3820c23cd72a5547.tar.gz bcm5719-llvm-b96ebe6a1ab251f2141173cf3820c23cd72a5547.zip |
Rename test pr30298.ll to shrink_vmul_sse.ll, to make the name more meaningful, NFC.
Add PR number and comment in pr30298.ll to explain what is testing.
llvm-svn: 280843
-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 |