This is an archive of the discontinued LLVM Phabricator instance.

Fix whitespace in test/Assembler/fast-math-flags.ll
ClosedPublic

Authored by cameron.mcinally on Nov 1 2018, 9:22 AM.

Details

Summary

This was branched from D53877. Clean up some extra whitespace in a few tests.

Diff Detail

Repository
rL LLVM

Event Timeline

arsenm added inline comments.Nov 1 2018, 9:37 AM
fast-math-flags.ll
1–2 ↗(On Diff #172144)

Add -strict-whitespace to FileCheck

Add -strict-whitespace option.

Do you want to remove the extra white space on the lhs of the assignments too? E.g.:

%arr = load [3 x float], [3 x float]* @arr

cameron.mcinally marked an inline comment as done.Nov 1 2018, 9:50 AM
arsenm accepted this revision.Nov 1 2018, 9:51 AM

LGTM. The important part is checking the output formatting

This revision is now accepted and ready to land.Nov 1 2018, 9:51 AM
This revision was automatically updated to reflect the committed changes.