[PATCH] D99851: [SROA][TBAA] Handle shift of regular TBAA nodes

Heejin Ahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 10 16:24:33 PDT 2021


aheejin added a comment.

Yes, this is time sensitive, and what I need is not optimization but just correct code generation now. @jeroen.dobbelaere, as long as this patch generates correct code, can we land this for now and let @wsmoses take another stab in a follow-up patch? This is blocking https://bugs.llvm.org/show_bug.cgi?id=49825, which is a reduced test case of our client's code.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D99851



More information about the llvm-commits mailing list