Change-Id: I8e2ece677268972d578a787467f7ef52a1f33a71
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
include/llvm/TableGen/Record.h | ||
---|---|---|
806 ↗ | (On Diff #137062) | Might as well add NE if you're adding the rest? |
Paths
| Differential D44114
TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons ClosedPublic Authored by nhaehnle on Mar 5 2018, 12:20 PM.
Details Summary Change-Id: I8e2ece677268972d578a787467f7ef52a1f33a71
Diff Detail
Event Timelinenhaehnle added a parent revision: D44113: TableGen: Allow dag operators to be resolved late.Mar 5 2018, 12:21 PM nhaehnle added a child revision: D44115: TableGen: Explicitly forbid some nestings of class, multiclass, and foreach.
nhaehnle retitled this revision from TableGen: Add !le, !lt, !ge, and !gt comparisons to TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons.Mar 7 2018, 3:04 AM nhaehnle marked an inline comment as done. This revision is now accepted and ready to land.Mar 7 2018, 4:34 AM Closed by commit rL327496: TableGen: Add !ne, !le, !lt, !ge, and !gt comparisons (authored by nha). · Explain WhyMar 14 2018, 4:03 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 138324 llvm/trunk/docs/TableGen/LangIntro.rst
llvm/trunk/docs/TableGen/LangRef.rst
llvm/trunk/include/llvm/TableGen/Record.h
llvm/trunk/lib/TableGen/Record.cpp
llvm/trunk/lib/TableGen/TGLexer.h
llvm/trunk/lib/TableGen/TGLexer.cpp
llvm/trunk/lib/TableGen/TGParser.cpp
llvm/trunk/test/TableGen/compare.td
llvm/trunk/test/TableGen/eq.td
llvm/trunk/test/TableGen/eqbit.td
|