[llvm-dev] Sparc CASA instruction encoding

Tim Northover via llvm-dev llvm-dev at lists.llvm.org
Mon Nov 16 07:20:10 PST 2015


Hi Chris,

On 16 November 2015 at 03:36, Chris.Dewhurst via llvm-dev
<llvm-dev at lists.llvm.org> wrote:
> Can anyone explain why I get a difference between the two and what I need to
> change?

It looks like Sparc has a special hack for "cas" and "casx" in
AsmParser/SparcAsmParser.cpp (top of the parseOperand function). You
probably need to add "casa" to the list of mnemonics checked.

Cheers.

Tim.


More information about the llvm-dev mailing list