This is an archive of the discontinued LLVM Phabricator instance.

[VP] IR expansion for abs/smax/smin/umax/umin
ClosedPublic

Authored by Miss_Grape on Sep 10 2023, 5:37 AM.

Diff Detail

Event Timeline

Miss_Grape created this revision.Sep 10 2023, 5:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 10 2023, 5:37 AM
Miss_Grape requested review of this revision.Sep 10 2023, 5:37 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 10 2023, 5:37 AM
RKSimon added inline comments.Sep 10 2023, 7:06 AM
llvm/test/CodeGen/X86/expand-vp-int-intrinsics.ll
2

Please can you add this seperately as a pre-commit?

Please make sure you generate your diffs with context git diff -U9999 HEAD etc.

Miss_Grape marked an inline comment as done.Sep 10 2023, 7:04 PM

Please make sure you generate your diffs with context git diff -U9999 HEAD etc.

done

llvm/test/CodeGen/X86/expand-vp-int-intrinsics.ll
2

when these patch merge, I will add the test for i686

Miss_Grape marked an inline comment as done.Sep 11 2023, 1:01 AM
RKSimon accepted this revision.Sep 11 2023, 2:07 AM

LGTM - cheers

This revision is now accepted and ready to land.Sep 11 2023, 2:07 AM