This is an archive of the discontinued LLVM Phabricator instance.

[mlir][NFC] Remove trailing whitespaces from `*.td` and `*.mlir` files.
ClosedPublic

Authored by hanchung on Nov 28 2022, 2:19 PM.

Details

Summary

This is generated by running

sed --in-place 's/[[:space:]]\+$//' mlir/**/*.td
sed --in-place 's/[[:space:]]\+$//' mlir/**/*.mlir

Diff Detail

Event Timeline

hanchung created this revision.Nov 28 2022, 2:19 PM
hanchung requested review of this revision.Nov 28 2022, 2:19 PM
rriddle accepted this revision.Nov 28 2022, 2:26 PM
This revision is now accepted and ready to land.Nov 28 2022, 2:26 PM
dcaballe accepted this revision.Nov 28 2022, 2:38 PM

Thanks!