]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/107095 - fix typo in .MASK_STORE DSE handling
authorRichard Biener <rguenther@suse.de>
Fri, 30 Sep 2022 10:47:22 +0000 (12:47 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 30 Sep 2022 11:42:58 +0000 (13:42 +0200)
commit44510e44e717d9c05b0c5d197a73676a9427e32f
tree96d34669ff6c4f5fbe99f99558866d2c35f3eed2
parent10a116104969b3ecc9ea4abdd5436c66fd78d537
tree-optimization/107095 - fix typo in .MASK_STORE DSE handling

We were using the size of the mask argument rather than the data
argument for the ao_ref.

PR tree-optimization/107095
* tree-ssa-dse.cc (initialize_ao_ref_for_dse): Use data arg
for .MASK_STORE size.
gcc/tree-ssa-dse.cc