https://github.com/nilanjana87 closed
https://github.com/llvm/llvm-project/pull/146795
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
nilanjana87 wrote:
Heads up: I'll merge this branch tomorrow. Let me know if any of the downstream
users need more time before this goes in.
> LGTM, please give downstream users ~1w to add the opt out flag to build
> configs before landing this.
>
> CC @llvm/pr-subscribers-pgo for visibility
https://github.com/nilanjana87 closed
https://github.com/llvm/llvm-project/pull/146996
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nilanjana87 updated
https://github.com/llvm/llvm-project/pull/146996
>From 93579c9f09516d2eb5cc58ee321fb3a93b2c2bc4 Mon Sep 17 00:00:00 2001
From: Nilanjana Basu
Date: Thu, 3 Jul 2025 21:05:20 -0700
Subject: [PATCH 1/3] [Driver][Test] pgo-sample-use-profi.c: Specify targets t
https://github.com/nilanjana87 updated
https://github.com/llvm/llvm-project/pull/146996
>From 93579c9f09516d2eb5cc58ee321fb3a93b2c2bc4 Mon Sep 17 00:00:00 2001
From: Nilanjana Basu
Date: Thu, 3 Jul 2025 21:05:20 -0700
Subject: [PATCH 1/2] [Driver][Test] pgo-sample-use-profi.c: Specify targets t
https://github.com/nilanjana87 edited
https://github.com/llvm/llvm-project/pull/146996
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nilanjana87 edited
https://github.com/llvm/llvm-project/pull/146996
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nilanjana87 created
https://github.com/llvm/llvm-project/pull/146996
This test reportedly fails for some targets (e.g. AIX). Specifying targets to
fix it.
>From 93579c9f09516d2eb5cc58ee321fb3a93b2c2bc4 Mon Sep 17 00:00:00 2001
From: Nilanjana Basu
Date: Thu, 3 Jul 2025 21:0
https://github.com/nilanjana87 ready_for_review
https://github.com/llvm/llvm-project/pull/146795
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nilanjana87 updated
https://github.com/llvm/llvm-project/pull/145957
>From f0893f3b64661fc5a6ab39e7bdcc86a9142221a1 Mon Sep 17 00:00:00 2001
From: Nilanjana Basu
Date: Thu, 26 Jun 2025 11:54:14 -0700
Subject: [PATCH 1/3] [Clang][Driver][SamplePGO] Enable
-fsample-profile-use
@@ -1,4 +1,19 @@
-/// Test if profi flat is enabled in frontend as user-facing feature.
-// RUN: %clang --target=x86_64 -c -fsample-profile-use-profi
-fprofile-sample-use=/dev/null -### %s 2>&1 | FileCheck %s
+/// Ensure that profi flag is enabled by default in frontend for Sampl
nilanjana87 wrote:
> We evaluated profi internally (at Google) last year. Our configuration uses
> AutoFDO with [flow-sensitive discriminators
> ](https://lists.llvm.org/pipermail/llvm-dev/2020-November/146694.html)
> (FS-AFDO). We found slight regressions with this configuration and didn't
>
https://github.com/nilanjana87 ready_for_review
https://github.com/llvm/llvm-project/pull/145957
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nilanjana87 edited
https://github.com/llvm/llvm-project/pull/145957
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nilanjana87 created
https://github.com/llvm/llvm-project/pull/145957
- Enable -fsample-profile-use-profi flag by default for SamplePGO
- Add -fno_sample_profile_use_profi flag for opting out
>From f0893f3b64661fc5a6ab39e7bdcc86a9142221a1 Mon Sep 17 00:00:00 2001
From: Nilanja
15 matches
Mail list logo