1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 19:23:23 +01:00
llvm-mirror/test
Bill Wendling 249f10d605 Use the MachineBasicBlock symbol for a callbr target
Summary:
Inline asm doesn't use labels when compiled as an object file. Therefore, we
shouldn't create one for the (potential) callbr destination. Instead, use the
symbol for the MachineBasicBlock.

Reviewers: nickdesaulniers, craig.topper

Reviewed By: nickdesaulniers

Subscribers: xbolva00, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D64888

llvm-svn: 366523
2019-07-19 01:10:28 +00:00
..
Analysis [SCEV] add no wrap flag for SCEVAddExpr. 2019-07-18 09:23:19 +00:00
Assembler
Bindings
Bitcode ARM MTE stack sanitizer. 2019-07-15 20:02:23 +00:00
BugPoint
CodeGen Use the MachineBasicBlock symbol for a callbr target 2019-07-19 01:10:28 +00:00
DebugInfo Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame." 2019-07-18 15:06:50 +00:00
Demangle
Examples
ExecutionEngine
Feature
FileCheck [FileCheck] Fix numeric variable redefinition 2019-07-18 13:39:04 +00:00
Instrumentation hwasan: Initialize the pass only once. 2019-07-17 21:45:19 +00:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC MC: AArch64: Add support for prel_g* relocation specifiers. 2019-07-18 16:54:33 +00:00
Object [Object/llvm-readelf/llvm-readobj] - Improve error reporting when e_shstrndx is broken. 2019-07-16 11:07:30 +00:00
ObjectYAML
Other
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Do not set ReadNone attribute on intrinsics with side effects 2019-07-17 10:53:13 +00:00
ThinLTO/X86
tools Reapply [llvm-lipo] Implement -create (with hardcoded alignments) 2019-07-18 22:48:38 +00:00
Transforms [LAA] Re-check bit-width of pointers after stripping. 2019-07-18 17:30:27 +00:00
Unit
Verifier ARM: Fix missing immarg for space intrinsic 2019-07-16 22:41:38 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh