[PATCH] D22050: [SystemZ] Add support for missing instructions

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 8 08:46:04 PDT 2016


uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.

See the inline comment.   Otherwise, LGTM.   Thanks!


================
Comment at: lib/Target/SystemZ/SystemZInstrInfo.td:823
@@ +822,3 @@
+  defm ICM : TernaryRSPair<"icm", 0xBF, 0xEB81, GR32, 0>;
+def ICMH : TernaryRSY<"icmh", 0xEB80, GRH32, 0>;
+
----------------
ICMH also should be in the Defs = [CC] clause.


http://reviews.llvm.org/D22050





More information about the llvm-commits mailing list