This is an archive of the discontinued LLVM Phabricator instance.

[DAG] Add constant SPLAT handling in getNodes SIGN_EXTEND_INREG
ClosedPublic

Authored by dmgreen on Aug 7 2023, 1:27 AM.

Diff Detail

Event Timeline

dmgreen created this revision.Aug 7 2023, 1:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2023, 1:27 AM
dmgreen requested review of this revision.Aug 7 2023, 1:27 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 7 2023, 1:27 AM
Herald added a subscriber: wangpc. · View Herald Transcript
RKSimon accepted this revision.Aug 7 2023, 1:37 AM

LGTM

llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
6600

N1.getConstantOperandAPInt(0)?

This revision is now accepted and ready to land.Aug 7 2023, 1:37 AM
This revision was landed with ongoing or failed builds.Aug 8 2023, 2:28 AM
This revision was automatically updated to reflect the committed changes.