[llvm] [Reassociate] Use UniformityInfo to group uniform operands together (PR #198507)
Pankaj Dwivedi via llvm-commits
llvm-commits at lists.llvm.org
Wed Jul 15 03:51:52 PDT 2026
PankajDwivedi-25 wrote:
> having another pass doing similar job is
As i mentioned above having another pass doing similar job is like creating a copy of this pass. That will be more of compile time do we really want that? also I am seeing other passes where we use TTI.
https://github.com/llvm/llvm-project/pull/198507
More information about the llvm-commits
mailing list