This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Add IntrNoMerge as intrinsic property
ClosedPublic

Authored by kparzysz on Feb 9 2021, 11:55 AM.

Details

Summary

This is motivated by downstream changes, where merging of certain intrinsics should be avoided. Because the intrinsics are out-of-tree, there is no LLVM codegen testcase, but a generic TableGen testcase is included. This seems like a natural extension to the already existing intrinsic properties IntrNoDuplicate and IntrConvergent, and there is already a function attribute NoMerge, hence the upstream patch.

Diff Detail

Event Timeline

kparzysz requested review of this revision.Feb 9 2021, 11:55 AM
kparzysz created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 9 2021, 11:55 AM
Herald added a subscriber: jdoerfert. · View Herald Transcript

Gentle ping.

jdoerfert accepted this revision.Mar 1 2021, 9:55 AM

LG, given that we have the attribute already

This revision is now accepted and ready to land.Mar 1 2021, 9:55 AM
This revision was landed with ongoing or failed builds.Mar 2 2021, 9:05 AM
This revision was automatically updated to reflect the committed changes.