Commit 823dc8bd by Segher Boessenkool Committed by Segher Boessenkool

rs6000.md (*anddi3_2rld_dot, [...]): Change type from "compare" to "two".

	* config/rs6000/rs6000.md (*anddi3_2rld_dot, *anddi3_rld_dot2):
	Change type from "compare" to "two".

From-SVN: r218596
parent a935964d
2014-12-10 Segher Boessenkool <segher@kernel.crashing.org>
* config/rs6000/rs6000.md (*anddi3_2rld_dot, *anddi3_rld_dot2):
Change type from "compare" to "two".
2014-12-10 Segher Boessenkool <segher@kernel.crashing.org>
PR target/64180
* config/rs6000/predicates.md (unsigned_comparison_operator): New.
(signed_comparison_operator): New.
......@@ -7373,7 +7373,7 @@
{
build_mask64_2_operands (operands[2], &operands[4]);
}
[(set_attr "type" "compare")
[(set_attr "type" "two")
(set_attr "dot" "yes")
(set_attr "length" "8,12")])
......@@ -7406,7 +7406,7 @@
{
build_mask64_2_operands (operands[2], &operands[4]);
}
[(set_attr "type" "compare")
[(set_attr "type" "two")
(set_attr "dot" "yes")
(set_attr "length" "8,12")])
......
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