summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/AArch64/fast-isel-folded-shift.ll
Commit message (Collapse)AuthorAgeFilesLines
* [AArch64][FastISel] Don't fold shifts with UB.Juergen Ributzka2015-08-191-0/+125
We are already falling back to SelectionDAG when encountering an shift with UB. This adds the same checks for shifts with UB that get folded into arithmetic or logical operations. This fixes rdar://problem/22345295. llvm-svn: 245499
OpenPOWER on IntegriCloud