[llvm] [coro][pgo] Don't promote pgo counters in the suspend basic block (PR #71263)
    David Li via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov 15 12:41:17 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
----------------
david-xl wrote:
the test case is a little large. Possible to reduce it ?
https://github.com/llvm/llvm-project/pull/71263
    
    
More information about the llvm-commits
mailing list