ce3c3cb2912425bb4367bfbe9a4c68a6d6f0a04a broke this by
speculatively making transforms before checking shouldKeep.
Originally I tried to roll back changes to the IR, but it's probably
best to not touch it before querying.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
whoops, sorry I missed this in my patch
the alternative is to not using IRBuilder and not insert the instruction into the module unless the oracle says so, this patch is a little messier code wise but less work at runtime