[PATCH] D26378: TableGen: Add operator !or
Hal Finkel via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 8 09:42:36 PST 2016
hfinkel accepted this revision.
hfinkel added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: docs/TableGen/LangRef.rst:99
:!eq !if !head !tail !con
- :!add !shl !sra !srl !and
+ :!add !shl !sra !srl !and !or
:!cast !empty !subst !foreach !listconcat !strconcat
----------------
This looks odd; can you please reformat the table to keep the row/column layout?
https://reviews.llvm.org/D26378
More information about the llvm-commits
mailing list