Commit bc4ec543 by Nathan Sidwell Committed by Nathan Sidwell

* config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.

From-SVN: r239934
parent 491ec060
2016-09-01 Nathan Sidwell <nathan@acm.org>
* config/nvptx/nvptx.md (cbranch<mode>4): Op 2 can be const.
2016-09-01 Wilco Dijkstra <wdijkstr@arm.com> 2016-09-01 Wilco Dijkstra <wdijkstr@arm.com>
* config/aarch64/aarch64.c (aarch64_legitimize_address_displacement): * config/aarch64/aarch64.c (aarch64_legitimize_address_displacement):
......
...@@ -541,7 +541,7 @@ ...@@ -541,7 +541,7 @@
[(set (pc) [(set (pc)
(if_then_else (match_operator 0 "nvptx_comparison_operator" (if_then_else (match_operator 0 "nvptx_comparison_operator"
[(match_operand:HSDIM 1 "nvptx_register_operand" "") [(match_operand:HSDIM 1 "nvptx_register_operand" "")
(match_operand:HSDIM 2 "nvptx_register_operand" "")]) (match_operand:HSDIM 2 "nvptx_nonmemory_operand" "")])
(label_ref (match_operand 3 "" "")) (label_ref (match_operand 3 "" ""))
(pc)))] (pc)))]
"" ""
...@@ -556,7 +556,7 @@ ...@@ -556,7 +556,7 @@
[(set (pc) [(set (pc)
(if_then_else (match_operator 0 "nvptx_float_comparison_operator" (if_then_else (match_operator 0 "nvptx_float_comparison_operator"
[(match_operand:SDFM 1 "nvptx_register_operand" "") [(match_operand:SDFM 1 "nvptx_register_operand" "")
(match_operand:SDFM 2 "nvptx_register_operand" "")]) (match_operand:SDFM 2 "nvptx_nonmemory_operand" "")])
(label_ref (match_operand 3 "" "")) (label_ref (match_operand 3 "" ""))
(pc)))] (pc)))]
"" ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment