[PATCH] D133577: [PowerPC] Change CRNOT to a code gen single operand instruction
Nemanja Ivanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 26 08:23:41 PDT 2022
nemanjai added inline comments.
================
Comment at: llvm/lib/Target/PowerPC/PPCInstrInfo.td:2478
[(set i1:$CRD, (not (or i1:$CRA, i1:$CRB)))]>;
-
def CREQV : XLForm_1<19, 289, (outs crbitrc:$CRD),
----------------
Looks like I accidentally removed this line. I'll get rid of the unrelated change.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133577/new/
https://reviews.llvm.org/D133577
More information about the llvm-commits
mailing list