[PATCH] D118142: [PowerPC] Update ppc-prevent-mma-types.ll with custom opt pipeline

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 25 06:48:21 PST 2022


amyk added inline comments.


================
Comment at: llvm/test/Transforms/PGOProfile/ppc-prevent-mma-types.ll:2
+; RUN: opt --vec-extabi=true -mcpu=pwr10 -mtriple=powerpc-ibm-aix \
+; RUN:   -do-counter-promotion -unroll-threshold=300 \
+; RUN:   -passes='function(sroa,early-cse<>),pgo-instr-gen,\
----------------
@fhahn I was wondering on if you had any opinions on whether or not this is more acceptable as opposed to using `-pgo-kind=pgo-instr-gen-pipeline`.
I still require PGO related options such as `pgo-instr-gen` and `instrprof`, but does this count towards using the full PGO pipeline, since I'm just using those passes?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D118142



More information about the llvm-commits mailing list