llvm-project
5012b76a - [ARM] Fix incorrect post increment from Or (#188036)

Commit
11 days ago
[ARM] Fix incorrect post increment from Or (#188036) If a Or is detected by findPointerConstIncrement but not by getPointerConstIncrement it could use an invalid increment for the offset. Protect against cases where getPointerConstIncrement cannot return a valid offset. Fixes #185677
Author
Parents
Loading