[PATCH] D46268: [mips] Add support for Global INValidate ASE
Vladimir Stefanovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 16 11:41:55 PDT 2018
vstefanovic marked 5 inline comments as done.
vstefanovic added inline comments.
================
Comment at: lib/Target/Mips/MicroMips32r6InstrFormats.td:901
+ let Inst{20-16} = rs;
+ let Inst{15-11} = ginv;
+ let Inst{10-9} = type;
----------------
sdardis wrote:
> Likewise.
I don't have the manual at hand, I hope I guessed it right.
Repository:
rL LLVM
https://reviews.llvm.org/D46268
More information about the llvm-commits
mailing list