[llvm] [LV] Strip unmaintainable MinBWs assert (PR #136858)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat May 3 05:20:56 PDT 2025


================
@@ -1624,9 +1619,6 @@ void VPlanTransforms::truncateToMinimalBitwidths(
       if (!NewResSizeInBits)
         continue;
 
-#ifndef NDEBUG
----------------
fhahn wrote:

Cant' comment on line 1617, are those checks still needed?

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


More information about the llvm-commits mailing list