[PATCH] D46921: [MachineOutliner] Count savings from outlining in bytes.
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 15 18:21:19 PDT 2018
efriedma created this revision.
efriedma added a reviewer: paquette.
Herald added subscribers: kristof.beyls, fhahn.
Herald added a reviewer: javed.absar.
Counting the number of instructions is both unintuitive and inaccurate. On AArch64, this only affects the generated remarks and certain rare pseudo-instructions, but it will have a bigger impact on other targets.
Repository:
rL LLVM
https://reviews.llvm.org/D46921
Files:
include/llvm/CodeGen/TargetInstrInfo.h
lib/CodeGen/MachineOutliner.cpp
lib/Target/AArch64/AArch64InstrInfo.cpp
lib/Target/X86/X86InstrInfo.cpp
test/CodeGen/AArch64/machine-outliner-remarks.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46921.146978.patch
Type: text/x-patch
Size: 10449 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/e47e356a/attachment.bin>
More information about the llvm-commits
mailing list