[llvm] [coro][pgo] Don't promote pgo counters in the suspend basic block (PR #71263)

Mircea Trofin via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 27 07:39:56 PST 2023


================
@@ -0,0 +1,175 @@
+; REQUIRES: x86-registered-target
+; RUN: opt -passes='pgo-instr-gen,instrprof,coro-split' -do-counter-promotion=true -S < %s | FileCheck %s
----------------
mtrofin wrote:

Took another look, can't see an obvious way.

https://github.com/llvm/llvm-project/pull/71263


More information about the llvm-commits mailing list