[PATCH] D138488: [AArch64][clang] implement 2022 General Data-Processing instructions
Ties Stuij via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 22 05:14:46 PST 2022
stuij added inline comments.
================
Comment at: llvm/lib/Target/AArch64/AArch64InstrFormats.td:11725
+ : BaseTwoOperandRegReg<size, 0b0, {0,1,1,0,?,?}, regtype, asm, OpNode>,
+ Sched<[]> {
+ let Inst{11} = isMin;
----------------
dmgreen wrote:
> Can we make this WriteI, maybe. I think that would probably be the closest sched class.
I'm assuming you meant WriteLD.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D138488/new/
https://reviews.llvm.org/D138488
More information about the llvm-commits
mailing list