[all-commits] [llvm/llvm-project] 3c8851: [RISCV][compiler-rt] Add missing __riscv_save_1/0 ...

Jessica Clarke via All-commits all-commits at lists.llvm.org
Wed Sep 15 06:43:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c885190af219417a71e315e7c5999e67b783d03
      https://github.com/llvm/llvm-project/commit/3c885190af219417a71e315e7c5999e67b783d03
  Author: Jessica Clarke <jrtc27 at jrtc27.com>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M compiler-rt/lib/builtins/riscv/save.S

  Log Message:
  -----------
  [RISCV][compiler-rt] Add missing __riscv_save_1/0 labels for RV64

These got missed in D91717.


  Commit: bbca392a7f31bb76f024481292d900618988e780
      https://github.com/llvm/llvm-project/commit/bbca392a7f31bb76f024481292d900618988e780
  Author: Jessica Clarke <jrtc27 at jrtc27.com>
  Date:   2021-09-15 (Wed, 15 Sep 2021)

  Changed paths:
    M compiler-rt/lib/builtins/riscv/restore.S

  Log Message:
  -----------
  [RISCV][compiler-rt] Move RV64 __riscv_restore_1/0 directives next to labels

This looks like it was copied from the RV32 version and not properly
updated. This has no functional effect but is not good style.


Compare: https://github.com/llvm/llvm-project/compare/f5d89523567b...bbca392a7f31


More information about the All-commits mailing list