This is an archive of the discontinued LLVM Phabricator instance.

[Tablegen] Add support for the !mul operator.
ClosedPublic

Authored by Nicola on Feb 28 2019, 4:06 AM.

Details

Summary

This is a small addition to arithmetic operations that improves expressiveness of the language.

This will become useful when the work on the OpenCL builtins generation from https://reviews.llvm.org/D53023 continues.

Diff Detail

Repository
rL LLVM

Event Timeline

Nicola created this revision.Feb 28 2019, 4:06 AM

Cool,. I've wanted this for a while. LGTM.

hfinkel accepted this revision.Feb 28 2019, 10:12 AM
hfinkel added a subscriber: hfinkel.

Cool,. I've wanted this for a while. LGTM.

Me too. LGTM as well.

This revision is now accepted and ready to land.Feb 28 2019, 10:12 AM
This revision was automatically updated to reflect the committed changes.