This website requires JavaScript.
Explore
Help
Sign In
RPCS3
/
llvm-mirror
Watch
1
Star
0
Fork
0
You've already forked llvm-mirror
mirror of
https://github.com/RPCS3/llvm-mirror.git
synced
2024-11-24 19:52:54 +01:00
Code
Issues
Projects
Releases
Wiki
Activity
987c8bc759
llvm-mirror
/
test
/
Bitcode
/
sse41_pmulld.ll
3 lines
91 B
LLVM
Raw
Normal View
History
Unescape
Escape
Remove the pmulld intrinsic and autoupdate it as a vector multiply. Rewrite the pmulld patterns, and make sure that they fold in loads of arguments into the instruction. llvm-svn: 99910
2010-03-30 20:49:01 +02:00
; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.pmulld}
add newlines at the end of files. llvm-svn: 100705
2010-04-08 00:53:17 +02:00
; RUN: llvm-dis < %s.bc | grep mul
Reference in New Issue
Copy Permalink