This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Remove assertsexti32 from fslw/fsrw isel patterns.
ClosedPublic

Authored by craig.topper on Nov 3 2020, 10:45 PM.

Details

Summary

The operations in these patterns shouldn't be effected by sign
bits. And the pattern is starting from a sign_extend_inreg so
we aren't expecting sign bits to be passed through either.

Diff Detail

Event Timeline

craig.topper created this revision.Nov 3 2020, 10:45 PM
Herald added a project: Restricted Project. · View Herald TranscriptNov 3 2020, 10:45 PM
craig.topper requested review of this revision.Nov 3 2020, 10:45 PM
This revision is now accepted and ready to land.Nov 4 2020, 8:08 AM
This revision was landed with ongoing or failed builds.Nov 4 2020, 11:38 AM
This revision was automatically updated to reflect the committed changes.