[PATCH] D146823: [GVN] Avoid replacing uniforms with non-uniforms in propagateEquality

Justin Bogner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 10:00:41 PDT 2023


bogner added a comment.

A couple of things I'm not 100% sure about:

- Are we okay with adding the TTI dependency on GVN? We already depend on TLI so I think it's probably okay.
- Is this testable at all without the AMDGPU backend? I don't think there's a way to imply uniformity generically


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D146823



More information about the llvm-commits mailing list