diff options
| author | Sai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com> | 2023-08-03 14:03:51 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-08-03 11:03:51 -0700 |
| commit | aadd816a6f38c52e2577c807c023a3b775a21ba6 (patch) | |
| tree | 06d00611174128e165eb0b12e6e7b6dfc4a4be87 /docs/language-reference | |
| parent | 0dcae1c64c821920a22022a5930121b5f84019f3 (diff) | |
Disable code motion for expensive insts (call & div) (#3042)
* Disable code motion for expensive insts (call & div)
The current redundancy removal pass does not consider control-flow within loops and as a result can sometimes move dynamic dispatch code outside their switch blocks, if they are nested in a single-iter-loop.
* Update liveness.slang.expected
Diffstat (limited to 'docs/language-reference')
0 files changed, 0 insertions, 0 deletions
