-
- Downloads
tree-optimization/94949 - fix load eliding in SM
This fixes the case of not using the multithreaded model when only conditionally storing to the destination. We cannot elide the load in this case. 2020-05-05 Richard Biener <rguenther@suse.de> PR tree-optimization/94949 * tree-ssa-loop-im.c (execute_sm): Check whether we use the multithreaded model or always compute the stored value before eliding a load. * gcc.dg/torture/pr94949.c: New testcase.
Showing
- gcc/ChangeLog 7 additions, 0 deletionsgcc/ChangeLog
- gcc/testsuite/ChangeLog 5 additions, 0 deletionsgcc/testsuite/ChangeLog
- gcc/testsuite/gcc.dg/torture/pr94949.c 17 additions, 0 deletionsgcc/testsuite/gcc.dg/torture/pr94949.c
- gcc/tree-ssa-loop-im.c 6 additions, 4 deletionsgcc/tree-ssa-loop-im.c
Loading
Please register or sign in to comment