[all-commits] [llvm/llvm-project] f22795: [Interpreter] Pass target features to JIT

Jonas Hahnfeld via All-commits all-commits at lists.llvm.org
Thu Jun 30 12:25:53 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f22795de683d571bbf7e655a7b4ed5ccda186e66
      https://github.com/llvm/llvm-project/commit/f22795de683d571bbf7e655a7b4ed5ccda186e66
  Author: Jonas Hahnfeld <hahnjo at hahnjo.de>
  Date:   2022-06-30 (Thu, 30 Jun 2022)

  Changed paths:
    M clang/lib/Interpreter/IncrementalExecutor.cpp
    M clang/lib/Interpreter/IncrementalExecutor.h
    M clang/lib/Interpreter/Interpreter.cpp

  Log Message:
  -----------
  [Interpreter] Pass target features to JIT

This is required to support RISC-V where the '+d' target feature
indicates the presence of the D instruction set extension, which
changes to the Hard-float 'd' ABI.

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




More information about the All-commits mailing list