[clang] [PGO] Add a clang option -fprofile-continuous that enables PGO continuous mode (PR #124353)
Wael Yehia via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 27 20:47:35 PST 2025
================
@@ -0,0 +1,16 @@
+// RUN: %clang %s -S -emit-llvm -fprofile-generate -fprofile-continuous -o - | FileCheck %s --check-prefix=IRPGO
----------------
w2yehia wrote:
In this test, I'm testing both the driver (lines 4,5,8) and the clang codegen (lines 1,2,3,6).
Should I split it into 2 files, one for each stage?
https://github.com/llvm/llvm-project/pull/124353
More information about the cfe-commits
mailing list