commit | 64875dc37d3ff00ba5c89f8a363adbd1cfee98d7 | [log] [tgz] |
---|---|---|
author | Karthika Devi C <quic_kartc@quicinc.com> | Tue Dec 31 11:57:34 2024 +0530 |
committer | Copybara-Service <copybara-worker@google.com> | Mon Dec 30 22:30:49 2024 -0800 |
tree | 02ecdb771ef52b96718d3af3c5782837505bbc1f | |
parent | 6c974da93b95a3c40a8d5e7bb2357b76981a0991 [diff] |
[polly] Skip instructions of different function in isHoistableLoad. (#118963) After patch 5ce47a5, some assert crashes occur in Polly. This issue arises because an instruction from one function queries the Dominator Tree (DT) of another function. To fix this, the `isHoistableLoad` function now skips instructions that belong to different function while iterating. GitOrigin-RevId: 2e3d3903e624edd5bb32cdd9a9654c907d4f1744