mirror of
https://github.com/intel/llvm.git
synced 2026-01-23 16:06:39 +08:00
Add a transform that eliminates dead operations. This is useful after certain transforms (such as fusion) that create/clone new IR but leave the original IR in place. Differential Revision: https://reviews.llvm.org/D155954