This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add PowerPC vec_cmpge, vec_cmpgt, vec_cmple, vec_cmplt and vec_any_ge intrinsic
ClosedPublic

Authored by kkwli0 on Jun 29 2023, 4:04 PM.

Diff Detail

Event Timeline

kkwli0 created this revision.Jun 29 2023, 4:04 PM
kkwli0 requested review of this revision.Jun 29 2023, 4:04 PM

The module updates look fine to me.

jeanPerier accepted this revision.Jun 30 2023, 7:11 AM

I am not familiar with the ppc intrinsic to validate the mapping with the LLVM intrinsic, but the code looks good.

This revision is now accepted and ready to land.Jun 30 2023, 7:11 AM
lkail added a subscriber: lkail.Jul 2 2023, 10:37 PM