Commits

Daniel Duan committed 9203f204bd1
early exit in TypeLowering for address-only type The logic that detects type circularity in TypeLowering has been replaced in Sema. By exiting as soon as an address-only type is detected, we can avoid walking the rest and gain some speedup.