[PATCH] D148584: [FS-AFDO] Load pseudo probe profile on MIR

Wenlei He via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 8 18:36:55 PDT 2023


wenlei added inline comments.


================
Comment at: llvm/include/llvm/IR/PseudoProbe.h:101
   float Factor;
+  uint64_t FSDiscriminator;
 };
----------------
does this need 64-bit?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D148584



More information about the llvm-commits mailing list