SIGN IN SIGN UP

GH-121784: Generate an error during code gen if a variable is marked `unused`, but is used and thus cached in a prior uop. (#121788)

* Reject uop definitions that declare values as 'unused' that are already cached by prior uops

* Track which variables are defined and only load from memory when needed

* Support explicit `flush` in macro definitions. 

* Make sure stack is flushed in where needed.
M
Mark Shannon committed
3eacfc1a4d09a9807bedba58ef4037788b6df961
Parent: 169324c
Committed by GitHub <noreply@github.com> on 7/18/2024, 11:49:24 AM