[PATCH] D37074: [PGO] Set edge weights for indirectbr instruction with profile counts

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 11:53:44 PDT 2017


davidxl added inline comments.


================
Comment at: test/Transforms/PGOProfile/indirectbr.ll:7
+target datalayout = "e-m:e-i64:64-f80:128-n8:16:32:64-S128"
+target triple = "x86_64-unknown-linux-gnu"
+
----------------
Are these needed?


https://reviews.llvm.org/D37074





More information about the llvm-commits mailing list