[PATCH] D146622: [AggressiveInstCombine] folding load for constant global patterened arrays and structs by GEP indices

Kohei Asano via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 9 19:20:37 PDT 2023


khei4 added a comment.

@rupprecht Thank you for handling regression! Sorry for being late. And repro seems a really common case... 
only place using division is L859 on https://reviews.llvm.org/rG0574a4be879e07b48ba9be8d63eebba49a04dfe8. I'll handle the zero-size case!

@MaskRay Maybe that's why I wrote it just by `git commit -m`. I rewrite it also.


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

https://reviews.llvm.org/D146622



More information about the llvm-commits mailing list