[PATCH] D44256: Use .set instead of = when printing assignment in assembly output
Krzysztof Parzyszek via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 27 08:47:47 PDT 2018
kparzysz updated this revision to Diff 139941.
kparzysz retitled this revision from "Allow targets to specify syntax of assignment in assembler output" to "Use .set instead of = when printing assignment in assembly output".
kparzysz added a comment.
Herald added subscribers: javed.absar, nemanjai, sdardis.
Changed EmitAssignment to print .set instead of =, updated tests.
Repository:
rL LLVM
https://reviews.llvm.org/D44256
Files:
lib/MC/MCAsmStreamer.cpp
test/CodeGen/AArch64/global-merge-1.ll
test/CodeGen/AArch64/global-merge-2.ll
test/CodeGen/AArch64/global-merge-3.ll
test/CodeGen/ARM/alias_store.ll
test/CodeGen/ARM/aliases.ll
test/CodeGen/ARM/global-merge-dllexport.ll
test/CodeGen/ARM/global-merge-external.ll
test/CodeGen/Mips/hf16call32_body.ll
test/CodeGen/Mips/mips16ex.ll
test/CodeGen/PowerPC/asm-printer-topological-order.ll
test/CodeGen/X86/2007-09-06-ExtWeakAliasee.ll
test/CodeGen/X86/2010-05-26-DotDebugLoc.ll
test/CodeGen/X86/alias-gep.ll
test/CodeGen/X86/aliases.ll
test/CodeGen/X86/catchret-empty-fallthrough.ll
test/CodeGen/X86/coff-comdat.ll
test/CodeGen/X86/coff-feat00.ll
test/CodeGen/X86/dllexport-x86_64.ll
test/CodeGen/X86/dllexport.ll
test/CodeGen/X86/ifunc-asm.ll
test/CodeGen/X86/lea-opt-memop-check-1.ll
test/CodeGen/X86/localescape.ll
test/CodeGen/X86/pr22019.ll
test/CodeGen/X86/seh-catch-all-win32.ll
test/CodeGen/X86/seh-catchpad.ll
test/CodeGen/X86/seh-finally.ll
test/CodeGen/X86/seh-no-invokes.ll
test/CodeGen/X86/seh-stack-realign.ll
test/CodeGen/XCore/globals.ll
test/CodeGen/XCore/linkage.ll
test/DebugInfo/X86/dbg-value-range.ll
test/DebugInfo/X86/stmt-list-multiple-compile-units.ll
test/MC/AsmParser/assignment.s
test/MC/AsmParser/directive_include.s
test/MC/AsmParser/directive_set.s
test/MC/AsmParser/include.ll
test/MC/AsmParser/labels.s
test/MC/AsmParser/macro-args.s
test/MC/Mips/cpsetup.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D44256.139941.patch
Type: text/x-patch
Size: 27233 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180327/e348cc25/attachment.bin>
More information about the llvm-commits
mailing list