commit 2e9f8696e9533fdd464e025bd504302fa1a22f14 introduced a pass `IRNormalizer`, whose name in PassRegistry.def is `normalize`. However, the documentation was updated to state: > ir-normalizer: Transforms IR into a normal form that’s easier to diff The docs should match the implementation.