projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b15598e
)
delete FIXME comment; it's fixed
author
Sanjay Patel
<spatel@rotateright.com>
Tue, 11 Aug 2015 14:35:29 +0000
(14:35 +0000)
committer
Sanjay Patel
<spatel@rotateright.com>
Tue, 11 Aug 2015 14:35:29 +0000
(14:35 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244605
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/AArch64/mul-lohi.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/AArch64/mul-lohi.ll
b/test/CodeGen/AArch64/mul-lohi.ll
index 7237af28261903383d44772fcdd5c7d873b88919..e93521858a312afdf42ef1edbcd74487b1bd178b 100644
(file)
--- a/
test/CodeGen/AArch64/mul-lohi.ll
+++ b/
test/CodeGen/AArch64/mul-lohi.ll
@@
-33,8
+33,6
@@
define i128 @test_128bitmul_optsize(i128 %lhs, i128 %rhs) optsize {
ret i128 %prod
}
-; FIXME: This should be the same as the optsize test above.
-
define i128 @test_128bitmul_minsize(i128 %lhs, i128 %rhs) minsize {
; CHECK-LABEL: test_128bitmul_minsize:
; CHECK: umulh [[HI:x[0-9]+]], x0, x2