diff options
author | Andrew Pinski <apinski@marvell.com> | 2023-05-19 22:09:04 +0000 |
---|---|---|
committer | Andrew Pinski <apinski@marvell.com> | 2023-05-20 05:04:51 +0000 |
commit | 40c5ba42bbdb582a5250e6b3e237fb7afc9df9bf (patch) | |
tree | f43730a391bf3d8523d4fc2bd171bbaa308f1767 /gcc/tree-vectorizer.h | |
parent | c5df248509b489364c573e8b7f5f4c2fdb87f5b4 (diff) | |
download | gcc-40c5ba42bbdb582a5250e6b3e237fb7afc9df9bf.zip gcc-40c5ba42bbdb582a5250e6b3e237fb7afc9df9bf.tar.gz gcc-40c5ba42bbdb582a5250e6b3e237fb7afc9df9bf.tar.bz2 |
Expand directly for single bit test
Instead of using creating trees to the expansion,
just expand directly which makes the code a little simplier
but also reduces how much GC memory will be used during the expansion.
gcc/ChangeLog:
* expr.cc (fold_single_bit_test): Rename to ...
(expand_single_bit_test): This and expand directly.
(do_store_flag): Update for the rename function.
Diffstat (limited to 'gcc/tree-vectorizer.h')
0 files changed, 0 insertions, 0 deletions