[PATCH] D34393: Adding code padding for performance stability - infrastructure

Omer Paparo Bivas via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 26 06:19:31 PDT 2017


opaparo added inline comments.


================
Comment at: include/llvm/MC/MCAsmBackend.h:22
 
+class MachineBasicBlock;
+class MachineFunction;
----------------
craig.topper wrote:
> I don't think MC layer supposed to use any of the Machine* classes.
Thanks for the heads up. I am now looking for ways to remove those unwanted dependencies.


Repository:
  rL LLVM

https://reviews.llvm.org/D34393





More information about the llvm-commits mailing list