This is an archive of the discontinued LLVM Phabricator instance.

[SDAG][RISCV] Avoid folding `setcc (xor C1, -1), C2, cond` into `setcc (xor C2, -1), C1, cond`
ClosedPublic

Authored by dtcxzyw on Aug 23 2023, 11:44 AM.

Diff Detail

Event Timeline

dtcxzyw created this revision.Aug 23 2023, 11:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 11:44 AM
dtcxzyw requested review of this revision.Aug 23 2023, 11:44 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 23 2023, 11:44 AM
This revision is now accepted and ready to land.Aug 23 2023, 12:38 PM
This revision was landed with ongoing or failed builds.Aug 23 2023, 1:20 PM
This revision was automatically updated to reflect the committed changes.