This is an archive of the discontinued LLVM Phabricator instance.

[LegalizeTypes][VP] Add integer promotion support for vp.setcc
ClosedPublic

Authored by Jimerlife on May 12 2022, 1:33 AM.

Details

Diff Detail

Event Timeline

Jimerlife created this revision.May 12 2022, 1:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 12 2022, 1:33 AM
Jimerlife requested review of this revision.May 12 2022, 1:33 AM
frasercrmck accepted this revision.May 12 2022, 2:13 AM
frasercrmck added a reviewer: simoll.

LGTM with a nit

llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
1938

Unnecessary parens

This revision is now accepted and ready to land.May 12 2022, 2:13 AM
Jimerlife updated this revision to Diff 429129.May 12 2022, 8:35 PM

address comment

Jimerlife marked an inline comment as done.May 12 2022, 8:35 PM
Jimerlife added inline comments.
llvm/lib/CodeGen/SelectionDAG/LegalizeIntegerTypes.cpp
1938

Thanks, remove unnecessary parens

This revision was automatically updated to reflect the committed changes.
Jimerlife marked an inline comment as done.