[all-commits] [llvm/llvm-project] cc40a4: [RISCV] Increase EmitPriority on some InstAliases....

Craig Topper via All-commits all-commits at lists.llvm.org
Thu Sep 12 19:34:35 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cc40a461df1b67dc84ed0334e2818ef8d14f04f5
      https://github.com/llvm/llvm-project/commit/cc40a461df1b67dc84ed0334e2818ef8d14f04f5
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2024-09-12 (Thu, 12 Sep 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfo.td
    M llvm/test/MC/RISCV/rv32ih-aliases-valid.s
    M llvm/test/MC/RISCV/rvi-aliases-valid.s

  Log Message:
  -----------
  [RISCV] Increase EmitPriority on some InstAliases. NFC

Use EmitPriority instead of relying on file ordering when there
are multiple InstAliases for the same instruction.

Enhance tests to check that we are printing the alias correctly
by checking to end of line.
Remove -no-aliases from some RUN lines that expect to check alias.
Remove encoding checks from alias test.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list