Fixes a warning identified in D109359. The mnemonic is also mov, not
cpy.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AArch64InstrFormats.td | ||
---|---|---|
7661–7662 | Would it be better for this to always be "mov" and remove the parameter? |
llvm/lib/Target/AArch64/AArch64InstrFormats.td | ||
---|---|---|
7661–7662 |
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?