nemanjai accepted this revision. nemanjai added a comment. This revision is now accepted and ready to land.
LGTM. Thanks for implementing this. The redundant pseudo can be removed when committing. ================ Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.td:2572 + [(int_ppc_eieio)]>; +def PseudoIOSPACEEIEIO : PPCEmitTimePseudo<(outs), (ins), "#PPCIOSPACEEIEIO", + [(int_ppc_iospace_eieio)]>; ---------------- These two are identical. Please only define one. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102443/new/ https://reviews.llvm.org/D102443 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits