[PATCH] D130170: [AMDGPU] Stop running IR code sinking pass
Piotr Sobczak via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 21 02:52:10 PDT 2022
piotr added a comment.
When I added D101115 <https://reviews.llvm.org/D101115> the expectation was that Mesa would need that change, but I do not know the current status. Worst case, we can add a flag to include the pass (off by default) and let front-ends opt in, but it would be really good to avoid the extra complexity if possible.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D130170/new/
https://reviews.llvm.org/D130170
More information about the llvm-commits
mailing list