summaryrefslogtreecommitdiffstats
path: root/docs/language-reference
diff options
context:
space:
mode:
authorSai Praveen Bangaru <31557731+saipraveenb25@users.noreply.github.com>2023-08-03 14:03:51 -0400
committerGitHub <noreply@github.com>2023-08-03 11:03:51 -0700
commitaadd816a6f38c52e2577c807c023a3b775a21ba6 (patch)
tree06d00611174128e165eb0b12e6e7b6dfc4a4be87 /docs/language-reference
parent0dcae1c64c821920a22022a5930121b5f84019f3 (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