commit | c87fcb779a4ce10ce83f5f55d5a1e845b325fb1c | [log] [tgz] |
---|---|---|
author | Chris Lattner <clattner@google.com> | Mon Jul 30 08:48:18 2018 -0700 |
committer | jpienaar <jpienaar@google.com> | Fri Mar 29 12:48:32 2019 -0700 |
tree | 5b7c542ef1e1a01b7b93857b2f2dc85c439b4192 | |
parent | 5e5445197d22ae1f712262fc1b1c9ebfb1ac15ee [diff] |
Improvements to Op trait implementation: - Generalize TwoOperands and TwoResults to NOperands and NResults, which can be used for any fixed N. - Rename OpImpl namespace to OpTrait, OpImpl::Base to OpBase, and TraitImpl to TraitBase to better reflect what these are. PiperOrigin-RevId: 206588634