mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-27 00:15:58 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@280843 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
145ae71240
commit
a804c5a9aa
@ -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
|
Loading…
x
Reference in New Issue
Block a user