[all-commits] [llvm/llvm-project] 48a362: [RISCV] Use default attributes for intrinsics

Craig Topper via All-commits all-commits at lists.llvm.org
Tue Dec 20 08:36:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48a362929916b7460b5634de264d490a5ad82f03
      https://github.com/llvm/llvm-project/commit/48a362929916b7460b5634de264d490a5ad82f03
  Author: Craig Topper <craig.topper at sifive.com>
  Date:   2022-12-20 (Tue, 20 Dec 2022)

  Changed paths:
    M llvm/include/llvm/IR/IntrinsicsRISCV.td

  Log Message:
  -----------
  [RISCV] Use default attributes for intrinsics

This switches a large subset of RISC-V intrinsics to use default
attributes (nosync, nofree, nocallback and willreturn).

I didn't reformat a lot of this. I can spend more time on that if
we think it's important.

Reviewed By: nikic, asb, eopXD

Differential Revision: https://reviews.llvm.org/D140360




More information about the All-commits mailing list