This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Add computeKnownBits support for RISCVISD::GORC.
ClosedPublic

Authored by craig.topper on Mar 14 2022, 12:00 AM.

Diff Detail

Event Timeline

craig.topper created this revision.Mar 14 2022, 12:00 AM
craig.topper requested review of this revision.Mar 14 2022, 12:00 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 14 2022, 12:00 AM
luismarques accepted this revision.Mar 28 2022, 2:50 PM

LGTM.

It's a weird mix of responsibilities to have a ComputeZeros parameter in a GREV/GORC function but it's very convenient on the caller side :)

This revision is now accepted and ready to land.Mar 28 2022, 2:50 PM
This revision was landed with ongoing or failed builds.Mar 28 2022, 4:56 PM
This revision was automatically updated to reflect the committed changes.