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

Rong Xu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 23 12:40:32 PDT 2017


xur 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"
+
----------------
davidxl wrote:
> Are these needed?
probably not, but not of the .ll tests in that test directory have this triple.


https://reviews.llvm.org/D37074





More information about the llvm-commits mailing list