[PATCH] D67363: [BreakFalseDeps] ignore function with minsize attribute

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 9 15:53:37 PDT 2019


RKSimon added a reviewer: andreadb.
RKSimon added a comment.

This would make it policy for -Oz builds to not bother to break dependencies but -Os/-O0+ builds would still do.

Does anything else use BreakFalseDeps?



================
Comment at: llvm/lib/CodeGen/BreakFalseDeps.cpp:16
 /// parallel in an out-of-order CPU.
-/// This pass is aimed at identifying and avoiding these depepndencies when
+/// This pass is aimed at identifying and avoiding these dependencies when
 /// possible.
----------------
NFC


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D67363/new/

https://reviews.llvm.org/D67363





More information about the llvm-commits mailing list