[PATCH] D22708: TargetOpcodes: Rewrite the documentation for SUBREG_TO_REG

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 25 16:15:51 PDT 2016


mkuper added a comment.

LGTM with a tiny nit.
But I'd appreciate another pair of eyes verifying (again :-) ) that this describes the correct semantics.


================
Comment at: include/llvm/Target/TargetOpcodes.def:62
@@ +61,3 @@
+/// assumed to be equal to the bits in the immediate integer constant in the
+/// first operand.  This instruction just communicates information; No code
+/// should be generated.
----------------
Extra space before "This".


Repository:
  rL LLVM

https://reviews.llvm.org/D22708





More information about the llvm-commits mailing list