[PATCH] D65352: [CodeGen] Require a name for a block addr target
Bill Wendling via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 16:39:36 PDT 2019
void updated this revision to Diff 214033.
void added a comment.
Ah! Good point. Use "any_of" instead of creating a symbol for all block addresses.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D65352/new/
https://reviews.llvm.org/D65352
Files:
include/llvm/MC/MCContext.h
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/CodeGen/MachineModuleInfo.cpp
lib/MC/MCContext.cpp
lib/MC/MCParser/AsmParser.cpp
test/CodeGen/AArch64/callbr-asm-label.ll
test/CodeGen/AArch64/callbr-asm-obj-file.ll
test/CodeGen/X86/callbr-asm-label-addr.ll
test/CodeGen/X86/callbr-asm-obj-file.ll
test/CodeGen/X86/callbr-asm.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65352.214033.patch
Type: text/x-patch
Size: 12131 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190807/e7c6e9de/attachment.bin>
More information about the llvm-commits
mailing list