This is an archive of the discontinued LLVM Phabricator instance.

[TableGen] Change !getop and !setop to !getdagop and !setdagop
ClosedPublic

Authored by Paul-C-Anagnostopoulos on Oct 20 2020, 11:30 AM.

Details

Summary

In order to make the bang operators related to DAGs consistent, I'm adding 'dag' to the names that don't already include it. This will help with overall consistency when the new DAG operators are added over the next few weeks.

I updated the test, along with uses of the two operators in clang/Basic/arm_mve.td and Target/ARM/ARMInstrMVE.td

Diff Detail

Event Timeline

Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptOct 20 2020, 11:30 AM
Paul-C-Anagnostopoulos requested review of this revision.Oct 20 2020, 11:30 AM
This revision is now accepted and ready to land.Oct 22 2020, 8:33 AM
This revision was landed with ongoing or failed builds.Oct 23 2020, 7:36 AM
This revision was automatically updated to reflect the committed changes.