This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Use setcc to truncate results in widenVectorOpsToi8
ClosedPublic

Authored by luke on May 3 2023, 10:08 AM.

Diff Detail

Event Timeline

luke created this revision.May 3 2023, 10:08 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 10:08 AM
luke requested review of this revision.May 3 2023, 10:08 AM
craig.topper accepted this revision.May 3 2023, 1:26 PM

LGTM with that one comment.

llvm/lib/Target/RISCV/RISCVISelLowering.cpp
7298

While you're here

SDValue(WideN.getNode(), I) -> WidenN.getValue(I)

This revision is now accepted and ready to land.May 3 2023, 1:26 PM
luke updated this revision to Diff 519404.May 4 2023, 2:49 AM

Use getValue

This revision was landed with ongoing or failed builds.May 4 2023, 2:49 AM
This revision was automatically updated to reflect the committed changes.