llvmbot
llvmbot
@llvm/pr-subscribers-clang @llvm/pr-subscribers-clang-temporal-safety Author: None (DEBADRIBASAK) Changes This PR adds the implementation for printing missing origin stats for lifetime analysis. **Purpose:** This capability is added to track the expression types with...
@llvm/pr-subscribers-mlir-linalg @llvm/pr-subscribers-mlir Author: Miloš Poletanović (milos1397) Changes Switches the greedy rewrite traversal for the multi-use producer fusion pattern to Top-Down (Pre-Order). The previous Bottom-Up (Post-Order) traversal led to a critical...