lyh552506 / miniC-compiler

for gpt5.0 group
MIT License
4 stars 2 forks source link

[IR] RSUW: change a user's uselist[num] to val while manage use-def chain #15

Closed RicoAfoat closed 5 months ago

RicoAfoat commented 6 months ago

close #8

Assum B is a user, and we want to change its operand whose index is num to A while maintain its use-def chain. Call B->RSUW(num,A). Move this declaration to BaseCFG.hpp.