[PATCH] D97482: [CSSPGO] Deduplicating dangling pseudo probes.

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 25 16:31:53 PST 2021


hoy added inline comments.


================
Comment at: llvm/test/Transforms/SampleProfile/pseudo-probe-dedup.ll:1-2
+; REQUIRES: x86_64-linux
+; RUN: llc -pseudo-probe-for-profiling %s -filetype=asm -o - | FileCheck %s
+
----------------
wmi wrote:
> Do you need two tests one for IR pass and one for MIR pass?
Oh yeah, the IR test is actually included in {D97481}. Let me move it here. 


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D97482



More information about the llvm-commits mailing list