This change declare that PostRAMachineSinking and ShrinkWrap require NoVRegs
property, so now the MachineFunctionPass can enforce this check.
These passes are disabled in NVPTX & WebAssembly.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
The shrink-wrap pass would already assert here. Could you add the property to ShrinkWrap as well?
Comment Actions
The shrink-wrap pass would already assert here. Could you add the property to ShrinkWrap as well?
Sure. I will do this.