[llvm] [LoopFusion] Removing dead code leftover after PR #171889 (NFC) (PR #176020)

Szymon Sobieszek via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 15 07:26:16 PST 2026


================
@@ -37,13 +37,6 @@ namespace {
 /// integer field equals to true, while %cond is a control condition of bb1 with
 /// the integer field equals to false.
 using ControlCondition = PointerIntPair<Value *, 1, bool>;
----------------
Kavu849 wrote:

Removed the type alias.

https://github.com/llvm/llvm-project/pull/176020


More information about the llvm-commits mailing list