1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-22 12:33:33 +02:00
llvm-mirror/test/CodeGen/Hexagon/loop-idiom
Krzysztof Parzyszek 4e374da708 [Hexagon] Stop pmpy recognition when shift conversion fails
The conversion of shifts from right shifts to left shifts may fail.
In such case, the pmpy recognition cannot proceed.

llvm-svn: 305289
2017-06-13 13:51:49 +00:00
..
hexagon-memmove1.ll
hexagon-memmove2.ll
lcssa.ll
nullptr-crash.ll
pmpy-infinite-loop.ll [Hexagon] Avoid infinite loops in HexagonLoopIdiomRecognition 2017-03-23 23:01:22 +00:00
pmpy-long-loop.ll [Hexagon] Handle long-running simplification loop in idiom recognition 2017-06-01 18:00:47 +00:00
pmpy-mod.ll Recommit r298282 with fixes for memory allocation/deallocation 2017-03-21 17:09:27 +00:00
pmpy-shiftconv-fail.ll [Hexagon] Stop pmpy recognition when shift conversion fails 2017-06-13 13:51:49 +00:00
pmpy.ll