Commit 96ec425f by Pat Haugen Committed by Pat Haugen

rs6000.c (rs6000_builtin_vectorization_cost): Remove TARGET_P9_VECTOR code for unaligned_load case.

	* config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Remove
	TARGET_P9_VECTOR code for unaligned_load case.

From-SVN: r253731
parent b015bcbb
2017-10-13 Pat Haugen <pthaugen@us.ibm.com>
* config/rs6000/rs6000.c (rs6000_builtin_vectorization_cost): Remove
TARGET_P9_VECTOR code for unaligned_load case.
2017-10-13 Jan Hubicka <hubicka@ucw.cz> 2017-10-13 Jan Hubicka <hubicka@ucw.cz>
* cfghooks.c (verify_flow_info): Check that edge probabilities are * cfghooks.c (verify_flow_info): Check that edge probabilities are
...@@ -5419,9 +5419,6 @@ rs6000_builtin_vectorization_cost (enum vect_cost_for_stmt type_of_cost, ...@@ -5419,9 +5419,6 @@ rs6000_builtin_vectorization_cost (enum vect_cost_for_stmt type_of_cost,
return 3; return 3;
case unaligned_load: case unaligned_load:
if (TARGET_P9_VECTOR)
return 3;
if (TARGET_EFFICIENT_UNALIGNED_VSX) if (TARGET_EFFICIENT_UNALIGNED_VSX)
return 1; return 1;
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