search for: setstag

Displaying 1 result from an estimated 1 matches for "setstag".

Did you mean: setstat
2015 Dec 14
2
[GlobalISel][RFC] New verifier stages
...ink could be done here? Does it even make sense? >> I was thinking like defining a stage or something that the passes could get and that would be defined when we build the pipeline, but that the pass manager would actually switch after it runs the related pass. >> E.g., addPass(Select); setStage(Stage::PostSelection); >> >> The pass manager would remember to switch the stage to PostSelection right after it runs Select. >> >> >> * Attach the Information to The MachineFunction * >> >> Add an attribute in MachineFunction holding the current stage...