mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-21 09:25:07 +00:00
New testcase
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@28444 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
5734012375
commit
5ecc0acfbb
@ -56,6 +56,15 @@ void %test_fmul(%f8 *%P, %f8* %Q, %f8 *%S) {
|
||||
store %f8 %R, %f8 *%S
|
||||
ret void
|
||||
}
|
||||
|
||||
void %test_div(%f8 *%P, %f8* %Q, %f8 *%S) {
|
||||
%p = load %f8* %P
|
||||
%q = load %f8* %Q
|
||||
%R = div %f8 %p, %q
|
||||
store %f8 %R, %f8 *%S
|
||||
ret void
|
||||
}
|
||||
|
||||
;;; TEST VECTOR CONSTRUCTS
|
||||
|
||||
void %test_cst(%f4 *%P, %f4 *%S) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user