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

qshanz via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 14 15:22:46 PST 2019


steven.zhang added inline comments.


================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.td:2204
 
+// We used to have EIEIO as value but E[0-9A-Z] is a reserved name
+def EnforceIEIO : XForm_24_eieio<31, 854, (outs), (ins),
----------------
Please set the has side effect bit to make it clear.


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

https://reviews.llvm.org/D69066





More information about the llvm-commits mailing list