[PATCH] D107180: [InstCombine] Prevent unnecessary sinks caused by the Freeze

Juneyoung Lee via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 30 17:35:15 PDT 2021


aqjune added a comment.

As suggested, finding a common dominator and sinking the instruction to the location seems reasonable and worth trying.
It will help reduce the diff at line 3866~, I hope.
If `DT` is null, fallback to the old one use check?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D107180/new/

https://reviews.llvm.org/D107180



More information about the llvm-commits mailing list