[CanonicalizeFreezeInLoops] fix duplicate removal (#74716)
This PR fixes #74572 where the freeze instruction could be found twice by the pass CanonicalizeFreezeInLoops, and then the compiling may crash in second removal since the instruction has already gone.
parent
fb981e6b
Please register or sign in to comment