This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
5082c5fdf6
llvm-project
/
llvm
/
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-31 02:49:01 +08:00
; RUN: llvm-dis < %s.bc | not grep {i32 @llvm\\.pmulld}
add newlines at the end of files. llvm-svn: 100705
2010-04-08 06:53:17 +08:00
; RUN: llvm-dis < %s.bc | grep mul