summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/x86-64-jumps.ll
Commit message (Collapse)AuthorAge
* fix PR5930, allowing the asmprinter to emit difference betweenChris Lattner2010-01-03
| | | | | | | two labels as a truncate. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@92455 91177308-0d34-0410-b5e6-96231b3b80d8
* improve x86 codegen support for blockaddress. We now compileChris Lattner2009-11-01
the testcase into: _test1: ## @test1 ## BB#0: ## %entry leaq L_test1_bb6(%rip), %rax jmpq *%rax L_test1_bb: ## Address Taken LBB1_1: ## %bb movb $1, %al ret L_test1_bb6: ## Address Taken LBB1_2: ## %bb6 movb $2, %al ret Note, it is very very strange that BlockAddressSDNode doesn't carry around TargetFlags. Dan, please fix this. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@85703 91177308-0d34-0410-b5e6-96231b3b80d8