[PATCH] D91813: [PGO] verify BFI counts after loading profile data

dmajor via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 14 16:50:37 PST 2020


dmajor added inline comments.


================
Comment at: clang/lib/CodeGen/CGCall.cpp:1948
+      // xur
+      fprintf(stderr, "hihi 2\n");
+      //      FuncAttrs.addAttribute(llvm::Attribute::Hot);
----------------
This looks like something for temporary local debugging, was it intentional to commit it?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D91813



More information about the cfe-commits mailing list