Fixes a warning identified in D109359. The mnemonic is also mov, not
cpy.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/AArch64/AArch64InstrFormats.td | ||
---|---|---|
7664 | Would it be better for this to always be "mov" and remove the parameter? |
llvm/lib/Target/AArch64/AArch64InstrFormats.td | ||
---|---|---|
7664 |
I think being able to search for the mnemonic in AArch64InstrInfo.td might be useful |
Would it be better for this to always be "mov" and remove the parameter?