[llvm] [DA] do not handle GEPs with different types (PR #144088)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 2 10:20:14 PDT 2025


kasuga-fj wrote:

If we were permitted to use the GEP source element type in the heuristic, the correct approach would be verifying that the type of the load/store equals `Ty` just before returning from `getIndexExpressionsFromGEP`...

https://github.com/llvm/llvm-project/pull/144088


More information about the llvm-commits mailing list