This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Teach store merging to honor NoImplicitFloat.
Changes PlannedPublic

Authored by craig.topper on Aug 15 2023, 10:15 AM.

Details

Reviewers
reames
asb
luke
Summary

NoImplicitFloat means we shouldn't use float or vector operations
that weren't present in the original source.

Similar code can be found on AArch64 and X86.

Diff Detail

Event Timeline

craig.topper created this revision.Aug 15 2023, 10:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 10:15 AM
craig.topper requested review of this revision.Aug 15 2023, 10:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 15 2023, 10:15 AM
craig.topper planned changes to this revision.Aug 15 2023, 10:42 AM

Tests pass without this change...