summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/ARM/lsr-undef-in-binop.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SCEV][LSR] Prevent using undefined value in binopsEugene Leviant2019-07-031-0/+251
On some occasions ReuseOrCreateCast may convert previously expanded value to undefined. That value may be passed by SCEVExpander as an argument to InsertBinop making IV chain undefined. Differential revision: https://reviews.llvm.org/D63928 llvm-svn: 365009
OpenPOWER on IntegriCloud