[PATCH] D153449: [llvm-profgen] Remove target triple check to allow for more targets

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 23 09:50:34 PDT 2023


hoy added a comment.

In D153449#4444530 <https://reviews.llvm.org/D153449#4444530>, @wenlei wrote:

> In D153449#4442880 <https://reviews.llvm.org/D153449#4442880>, @hoy wrote:
>
>> In D153449#4442757 <https://reviews.llvm.org/D153449#4442757>, @wenlei wrote:
>>
>>>> it rarely checks against target-specific instruction operators
>>>
>>> Rarely indicates it's still doing it somewhere? What are those places and are we confident about non-X86 targets?
>>
>> Actually I haven't seen any so far.
>
> Ok, update the description then?

Yeah, updated to "never".


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D153449



More information about the llvm-commits mailing list