[PATCH] D155868: [AMDGPU] Add patterns for v_dot*_IU for GFX11

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 20 11:05:39 PDT 2023


arsenm added a comment.

We used to pattern match all the dot operations, but stopped because of a ridiculous blow up in compile time. Have you tried measuring that?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D155868



More information about the llvm-commits mailing list