On 9/8/22 20:45, Eugene Rozenfeld wrote:
Jason,
Thank for your suggestion. The patch is updated (attached).
@@ -467,12 +471,19 @@ lto_location_cache::apply_location_cache ()
current_loc = set_block (current_loc, loc.block);
else
current_loc = LOCATION_LOCUS (
: [EXTERNAL] Re: [PING][PATCH] Add instruction level discriminator
support.
On 9/1/22 18:22, Eugene Rozenfeld wrote:
> Jason,
>
> I made another small change in addressing your feedback (attached).
>
> Thanks,
>
> Eugene
>
> -Original Message-
> Fro
gt; Eugene Rozenfeld via Gcc-patches
> Sent: Thursday, September 01, 2022 1:49 PM
> To: Jason Merrill ; gcc-patches@gcc.gnu.org
> Cc: Andi Kleen ; Jan Hubicka
> Subject: RE: [EXTERNAL] Re: [PING][PATCH] Add instruction level discriminator
> support.
>
> Jason,
>
> Th
-patches@gcc.gnu.org
Cc: Andi Kleen ; Jan Hubicka
Subject: RE: [EXTERNAL] Re: [PING][PATCH] Add instruction level discriminator
support.
Jason,
Thank you for your review. You are correct, we only need to check
has_discriminator for the statement that's on the same line.
I updated the
Hubicka
Subject: RE: [EXTERNAL] Re: [PING][PATCH] Add instruction level discriminator
support.
Jason,
Thank you for your review. You are correct, we only need to check
has_discriminator for the statement that's on the same line.
I updated the patch (attached).
Thanks,
Eugene
-Ori
Jason,
Thank you for your review. You are correct, we only need to check
has_discriminator for the statement that's on the same line.
I updated the patch (attached).
Thanks,
Eugene
-Original Message-
From: Jason Merrill
Sent: Thursday, August 18, 2022 6:55 PM
To: Eugene Rozenfeld ; g