[PATCH] D138636: [LSR] Hoist IVInc to loop header if its all uses are in the loop header

Tobias Sargeant via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 10 07:43:14 PST 2023


tobiasjs added a comment.

This commit seems to cause a regression in numb a tests. The call to TTI.isIndexedLoadLegal(...) calls with type that has TypeID StructTyID, which causes an abort in getValueType because AllowUnknown is false by default.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D138636



More information about the llvm-commits mailing list