[all-commits] [llvm/llvm-project] 0917c5: [Sparc] Replace some CAS instructions with InstAli...

Sergei Barannikov via All-commits all-commits at lists.llvm.org
Sat Sep 9 05:27:05 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0917c5011861042268bbb2ed70d948f82aefb690
      https://github.com/llvm/llvm-project/commit/0917c5011861042268bbb2ed70d948f82aefb690
  Author: Sergei Barannikov <barannikov88 at gmail.com>
  Date:   2023-09-09 (Sat, 09 Sep 2023)

  Changed paths:
    M llvm/lib/Target/Sparc/SparcInstr64Bit.td
    M llvm/lib/Target/Sparc/SparcInstrAliases.td
    M llvm/lib/Target/Sparc/SparcInstrInfo.td
    M llvm/test/MC/Sparc/sparc-cas-instructions.s
    M llvm/test/MC/Sparc/sparcv9-asi-names.s

  Log Message:
  -----------
  [Sparc] Replace some CAS instructions with InstAlias (#65588)

According to the manual, cas, casl, casx and casxl are synthetic
instructions. They map to casa and casxa with certain ASI tags.




More information about the All-commits mailing list