[all-commits] [llvm/llvm-project] 0cb274: [RISCV] Support ABI checking with per function tar...

Zakk Chen via All-commits all-commits at lists.llvm.org
Wed Jan 22 08:14:10 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 0cb274de397a193fb37c60653b336d48a3a4f1bd
      https://github.com/llvm/llvm-project/commit/0cb274de397a193fb37c60653b336d48a3a4f1bd
  Author: Zakk Chen <zakk.chen at sifive.com>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
    M llvm/lib/Target/RISCV/RISCVISelLowering.cpp
    M llvm/lib/Target/RISCV/Utils/RISCVBaseInfo.cpp
    M llvm/test/CodeGen/RISCV/subtarget-features-std-ext.ll

  Log Message:
  -----------
  [RISCV] Support ABI checking with per function target-features

1. if users don't specific -mattr, the default target-feature come
from IR attribute.
2. fixed bug and re-land this patch

Reviewers: lenary, asb

Reviewed By: lenary

Tags: #llvm

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




More information about the All-commits mailing list