[Bug tree-optimization/106365] Miss to handle ifn .LEN_STORE in FRE
linkw at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Wed Jul 20 09:11:20 GMT 2022
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106365
--- Comment #6 from Kewen Lin <linkw at gcc dot gnu.org> ---
(In reply to Richard Biener from comment #5)
> I will try to add handling for .MASK_STORE, hopefully that will be good
> enough to massage the code for .LEN_STORE (which IIRC is "easier" since it's
> a contiguous store rather than .MASK_STORE which can have multiple "pieces").
Nice, thanks! Yeah, it's contiguous. :)
More information about the Gcc-bugs
mailing list