This is an archive of the discontinued LLVM Phabricator instance.

[NFC] Fixed typo in tests parameters
ClosedPublic

Authored by dfukalov on Jul 15 2020, 8:56 AM.

Details

Summary

llc reports fp32-denormals is not recognized. I guess it was intended to be
-denormal-fp-math-f32={preserve-sign|ieee} -mattr=+mad-mac-f32-insts

Diff Detail

Event Timeline

dfukalov created this revision.Jul 15 2020, 8:56 AM
Herald added a project: Restricted Project. · View Herald TranscriptJul 15 2020, 8:56 AM
rampitec accepted this revision.Jul 15 2020, 11:53 AM

LGTM, thanks!

This revision is now accepted and ready to land.Jul 15 2020, 11:53 AM
This revision was automatically updated to reflect the committed changes.