[PATCH] D83330: [PGO][PGSO] Add profile guided size optimization to the X86 LEA fixup.

Hiroshi Yamauchi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 8 10:14:43 PDT 2020


yamauchi marked an inline comment as done.
yamauchi added inline comments.


================
Comment at: llvm/test/CodeGen/X86/opt-pipeline.ll:187
 ; CHECK-NEXT:       X86 Atom pad short functions
+; CHECK-NEXT:       Lazy Machine Block Frequency Analysis
 ; CHECK-NEXT:       X86 LEA Fixup
----------------
nikic wrote:
> Side note: You might want to mark LazyMBFI as preserved in X86PadShortFunction, I doubt that pass changes anything related to block frequency.
Done.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83330





More information about the llvm-commits mailing list