This is an archive of the discontinued LLVM Phabricator instance.

[flang] Simplify macros for vec_sld and vec_sldw intrinsics
ClosedPublic

Authored by kkwli0 on Jul 18 2023, 10:12 AM.

Details

Summary

The interface allows the third argument (arg3) to be an integer of any kind. The ignore_tkr directive is applied to arg3 so that the number of interfaces can be reduced.

Diff Detail

Event Timeline

kkwli0 created this revision.Jul 18 2023, 10:12 AM
kkwli0 requested review of this revision.Jul 18 2023, 10:12 AM
This revision is now accepted and ready to land.Jul 18 2023, 10:34 AM