diff options
author | Feng Xue <fxue@os.amperecomputing.com> | 2024-06-16 13:21:13 +0800 |
---|---|---|
committer | Feng Xue <fxue@os.amperecomputing.com> | 2024-06-20 10:37:00 +0800 |
commit | b9c369d900ccfbd2271028611af3f08b5cf6f998 (patch) | |
tree | 6552f8744e7fb4d526842578bd082ab7e2c70dd6 /gcc/ada/debug.adb | |
parent | 0726f1cde5459ccdbaa6af8c6904276a28d572ba (diff) | |
download | gcc-b9c369d900ccfbd2271028611af3f08b5cf6f998.zip gcc-b9c369d900ccfbd2271028611af3f08b5cf6f998.tar.gz gcc-b9c369d900ccfbd2271028611af3f08b5cf6f998.tar.bz2 |
vect: Use an array to replace 3 relevant variables
It's better to place 3 relevant independent variables into array, since we
have requirement to access them via an index in the following patch. At the
same time, this change may get some duplicated code be more compact.
2024-06-16 Feng Xue <fxue@os.amperecomputing.com>
gcc/
* tree-vect-loop.cc (vect_transform_reduction): Replace vec_oprnds0/1/2
with one new array variable vec_oprnds[3].
Diffstat (limited to 'gcc/ada/debug.adb')
0 files changed, 0 insertions, 0 deletions