When inserting a new def and renaming of uses is asked, always compute
IDF and do the renaming for the blocks with Phis in that IDF.
Resolves PR49859.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for putting up the patch! Looks compile-time neutral: http://llvm-compile-time-tracker.com/compare.php?from=0494b6b6769f9ceda7e019a30e83a472d23afff5&to=1e6ad8da46f1cf45300df0f2083c1636e34e54c8&stat=instructions
Comment Actions
Great, thanks for the fix!
Just a question, any reason not to include a regression test, e.g. the reproducer in PR49859?