AArch64: Remove unused instructions
As these aren't ever emitted, we don't even know if they work or will ever be used. If one of them is needed in future, we may easily re-add it. Deleted instructions are: - CMN - ANDS - BIC - BICS - EON - ORN - ROR - TST - STP - LDP - DMBSY
Showing
- compiler/GHC/CmmToAsm/AArch64/CodeGen.hs 2 additions, 2 deletionscompiler/GHC/CmmToAsm/AArch64/CodeGen.hs
- compiler/GHC/CmmToAsm/AArch64/Instr.hs 0 additions, 42 deletionscompiler/GHC/CmmToAsm/AArch64/Instr.hs
- compiler/GHC/CmmToAsm/AArch64/Ppr.hs 1 addition, 12 deletionscompiler/GHC/CmmToAsm/AArch64/Ppr.hs
Loading
Please register or sign in to comment