mirror of
https://github.com/RPCS3/llvm.git
synced 2025-03-06 17:47:37 +00:00
delete FIXME comment; it's fixed
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244605 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
b15598e99a
commit
515c7f9291
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user