You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[CIR][Dialect][NFC] Fix double whitespaces in cir.func assembly (#1028)
This PR fixes the notorious double whitespaces introduced by visibility
attribute, for `cir.func` only.
It uses "leading whitespace" for every print. And the printing of
visibility attr is properly guarded by a check of `!isDefault()`.
Double whitespaces in test files are removed.
0 commit comments