[PATCH] D32117: Update TableGen LangIntro.rst

Krzysztof Parzyszek via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 25 04:54:47 PDT 2017


kparzysz added inline comments.


================
Comment at: docs/TableGen/LangIntro.rst:132
+    access to multiple bits of a value. The order matters, ``value{15-17}`` and ``value{17-15}``
+    get opposite results.
 
----------------
How about "access to an ordered sequence of bits of a value, in particular `value{15-17}` produces an order that is the reverse of `value{17-15}`."


https://reviews.llvm.org/D32117





More information about the llvm-commits mailing list