projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1c4cec
)
[LoongArch] Convert test to opaque pointer. NFC
author
wanglei
<wanglei@loongson.cn>
Fri, 10 Feb 2023 06:35:18 +0000
(14:35 +0800)
committer
wanglei
<wanglei@loongson.cn>
Fri, 10 Feb 2023 06:56:27 +0000
(14:56 +0800)
llvm/test/CodeGen/LoongArch/inline-asm-constraint.ll
patch
|
blob
|
history
diff --git
a/llvm/test/CodeGen/LoongArch/inline-asm-constraint.ll
b/llvm/test/CodeGen/LoongArch/inline-asm-constraint.ll
index
4b63d3b
..
6ad5275
100644
(file)
--- a/
llvm/test/CodeGen/LoongArch/inline-asm-constraint.ll
+++ b/
llvm/test/CodeGen/LoongArch/inline-asm-constraint.ll
@@
-104,7
+104,7
@@
define void @operand_block_address() nounwind {
; CHECK-NEXT: .Ltmp0: # Block address taken
; CHECK-NEXT: # %bb.1: # %bb
; CHECK-NEXT: ret
- call void asm sideeffect "b $0", "i"(
i8*
blockaddress(@operand_block_address, %bb))
+ call void asm sideeffect "b $0", "i"(
ptr
blockaddress(@operand_block_address, %bb))
br label %bb
bb:
ret void