mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-01 00:17:01 +00:00
R600: Call EmitFunctionHeader() in the AsmPrinter to populate the ELF symbol table
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@218776 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -4,10 +4,10 @@
|
||||
; The earliest R600 GPUs have a slightly different encoding than the rest of
|
||||
; the VLIW4/5 GPUs.
|
||||
|
||||
; EG-CHECK: @test
|
||||
; EG-CHECK: {{^}}test:
|
||||
; EG-CHECK: MUL_IEEE {{[ *TXYZWPVxyzw.,0-9]+}} ; encoding: [{{0x[0-9a-f]+,0x[0-9a-f]+,0x[0-9a-f]+,0x[0-9a-f]+,0x10,0x01,0x[0-9a-f]+,0x[0-9a-f]+}}]
|
||||
|
||||
; R600-CHECK: @test
|
||||
; R600-CHECK: {{^}}test:
|
||||
; R600-CHECK: MUL_IEEE {{[ *TXYZWPVxyzw.,0-9]+}} ; encoding: [{{0x[0-9a-f]+,0x[0-9a-f]+,0x[0-9a-f]+,0x[0-9a-f]+,0x10,0x02,0x[0-9a-f]+,0x[0-9a-f]+}}]
|
||||
|
||||
define void @test(<4 x float> inreg %reg0) #0 {
|
||||
|
||||
Reference in New Issue
Block a user