Skip to content

Commit

Permalink
Rename test pr30298.ll to shrink_vmul_sse.ll, to make the name more m…
Browse files Browse the repository at this point in the history
…eaningful, NFC.

Add PR number and comment in pr30298.ll to explain what is testing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280843 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
wmi-11 committed Sep 7, 2016
1 parent 145ae71 commit a804c5a
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit a804c5a

Please sign in to comment.