Matthew Devereau 30c578a051
[GVN] Teach GVN simple masked load/store forwarding (#157689)
This patch teaches GVN how to eliminate redundant masked loads and
forward previous loads or instructions with a select. This is possible
when the same mask is used for masked stores/loads that write to the
same memory location
2025-10-03 10:55:06 +01:00
..
2023-06-27 16:53:50 -07:00
2023-06-09 15:41:32 +01:00
2023-06-30 15:52:40 +01:00