This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Preserve fast math flags in lowerVPOp.
ClosedPublic

Authored by craig.topper on May 24 2022, 10:02 AM.

Details

Summary

Update test to check MIR after finalize-isel instead of debug output.

This is of course not the only place we should preserve FMF, but
it's the most obvious one.

Diff Detail

Event Timeline

craig.topper created this revision.May 24 2022, 10:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 10:02 AM
craig.topper requested review of this revision.May 24 2022, 10:02 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 24 2022, 10:02 AM
This revision is now accepted and ready to land.May 25 2022, 2:36 AM
This revision was landed with ongoing or failed builds.May 25 2022, 9:16 AM
This revision was automatically updated to reflect the committed changes.
llvm/lib/Target/RISCV/RISCVISelLowering.cpp