[all-commits] [llvm/llvm-project] 3bc286: Revert "[RISCV] Support ABI checking with per func...

Zakk Chen via All-commits all-commits at lists.llvm.org
Wed Jan 15 04:36:59 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 3bc2860e926b7e35c381ea41dd90caeb7ae400d2
      https://github.com/llvm/llvm-project/commit/3bc2860e926b7e35c381ea41dd90caeb7ae400d2
  Author: Zakk Chen <zakk.chen at sifive.com>
  Date:   2020-01-15 (Wed, 15 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:
  -----------
  Revert "[RISCV] Support ABI checking with per function target-features"

This reverts commit 109e4d12edda07bdec139de36d9fdb6f73399f92.


  Commit: 7bc58a779aaa1de56fad8b1bc8e46932d2f2f1e4
      https://github.com/llvm/llvm-project/commit/7bc58a779aaa1de56fad8b1bc8e46932d2f2f1e4
  Author: Zakk Chen <zakk.chen at sifive.com>
  Date:   2020-01-15 (Wed, 15 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

if users don't specific -mattr, the default target-feature come
from IR attribute.

Reviewers: lenary, asb

Reviewed By: lenary, asb

Tags: #llvm

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


Compare: https://github.com/llvm/llvm-project/compare/eb82226f3352...7bc58a779aaa


More information about the All-commits mailing list