[PATCH] D151394: [LSR] Treat URem as uninteresting

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 15 02:20:45 PDT 2023


fhahn added a comment.

I think the underlying issue is that normalized expressions are extended and then used in a post-inc context outside the loop. I put up D153004 <https://reviews.llvm.org/D153004>


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D151394



More information about the llvm-commits mailing list