summaryrefslogtreecommitdiff
path: root/gnattools/ChangeLog
diff options
context:
space:
mode:
authorTamar Christina <tamar.christina@arm.com>2022-07-08 08:30:22 +0100
committerRichard Biener <rguenther@suse.de>2022-07-27 11:23:44 +0200
commit13d23c313374e15186f33fa6d57a0c9fd5d8b486 (patch)
tree5fdad2407af954449858e6163065424bb1f8cd91 /gnattools/ChangeLog
parent4ca164a6372412a1b3dc62b6fbde77d338e22bd4 (diff)
middle-end: don't lower past veclower [PR106063]
Hi All, My previous patch can cause a problem if the pattern matches after veclower as it may replace the construct with a vector sequence which the target may not directly support. As such don't perform the rewriting if after veclower unless the target supports the operation. If before veclower do the rewriting as well if the target didn't support the original operation either. gcc/ChangeLog: PR tree-optimization/106063 * match.pd: Do not apply pattern after veclower is not supported. gcc/testsuite/ChangeLog: PR tree-optimization/106063 * gcc.dg/pr106063.c: New test. (cherry picked from commit f7854e2faf7640230062dec3596e71773ca500ed)
Diffstat (limited to 'gnattools/ChangeLog')
0 files changed, 0 insertions, 0 deletions