[PATCH] D69066: Add support for intrinsic llvm.ppc.eieio

Amy Kwan via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 20:45:01 PST 2020


amyk added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.td:2206
+def EnforceIEIO : XForm_24_eieio<31, 854, (outs), (ins),
+                           "eieio", IIC_LdStLoad, []>;
+
----------------
I think this indenting is a bit off -- align the second line starting from the double quote under the `3` in the top line. 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69066/new/

https://reviews.llvm.org/D69066





More information about the llvm-commits mailing list