[PATCH] D39728: Add -print-schedule scheduling comments to inline asm
Andrew V. Tischenko via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 7 04:22:57 PST 2017
avt77 created this revision.
Herald added a subscriber: eraman.
Currently we don't generate the scheduler comments for instructions inside inline asm. The patch fixes that and address PR35162.
https://reviews.llvm.org/D39728
Files:
include/llvm/MC/MCParser/MCAsmParser.h
lib/CodeGen/AsmPrinter/AsmPrinterInlineAsm.cpp
lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp
lib/Target/X86/AsmParser/X86AsmInstrumentation.h
lib/Target/X86/AsmParser/X86AsmParser.cpp
test/CodeGen/X86/inline-schedule.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39728.121870.patch
Type: text/x-patch
Size: 6278 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171107/feedc708/attachment.bin>
More information about the llvm-commits
mailing list