[PATCH] D46921: [MachineOutliner] Count savings from outlining in bytes.

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 16 12:37:30 PDT 2018


efriedma updated this revision to Diff 147155.
efriedma added a comment.

Forgot to run the x86 regression tests... x86 doesn't implement getInstSizeInBytes(), so the changes were completely broken.  Now updated to do something sane, with some FIXMEs.


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.147155.patch
Type: text/x-patch
Size: 10710 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180516/2b146228/attachment.bin>


More information about the llvm-commits mailing list