[PATCH] D156916: [CodeGen] Improve speed of ComplexDeinterleaving pass

Nicholas Guy via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 3 06:07:33 PDT 2023


NickGuy accepted this revision.
NickGuy added a comment.
This revision is now accepted and ready to land.

LGTM.

> And after adding one extra u[i] = u[i] * (a[i] * b[i] + c[i]); line it takes 23 seconds.

Out of interest; How long does that sample take with this change? And any idea why the time it takes grows so quickly with a single statement?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D156916



More information about the llvm-commits mailing list