Daniel Sanders
8e3c74210f
Remove redundant -mattr options from llvm-objdump commands.
...
The -mattr options in these four tests have no effect on the output of
llvm-objdump. In the case of the two Mips tests, removing the -mattr option
left duplicate RUN lines so the duplicates have been removed.
llvm-svn: 272906
2016-06-16 15:47:19 +00:00
Krzysztof Parzyszek
7c7bb538cb
[Hexagon] Treat all conditional branches as predicted (not-taken by default)
...
llvm-svn: 268946
2016-05-09 18:22:07 +00:00
Krzysztof Parzyszek
f7a4bd4068
[Hexagon] Add aliases for vector loads/stores with no explicit offset
...
The mem(r0) instructions are treated as mem(r0+#0).
llvm-svn: 268661
2016-05-05 18:38:35 +00:00
Krzysztof Parzyszek
e5fcce2d2b
[Hexagon] Add instruction aliases for vector unsigned compare-equal
...
Unsigned compare-equal instructions are mapped to signed compare-equal.
llvm-svn: 267925
2016-04-28 19:49:18 +00:00
Krzysztof Parzyszek
0e7d2d339d
[Hexagon] Define certain aliases for vector instructions
...
Specifically:
Vd = #0 -> Vd = vxor(Vd, Vd)
Vdd = #0 -> Vdd.w = vsub(Vdd.w, Vdd.w)
Vdd = Vss -> Vdd = vcombine(Vss.H, Vss.L)
llvm-svn: 267901
2016-04-28 16:43:16 +00:00