[all-commits] [llvm/llvm-project] ff855f: Pass code-model through Module IR to [llc].

Esme via All-commits all-commits at lists.llvm.org
Tue Jun 28 23:31:07 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff855f5ec0c3eb15a7a9409971e46a8599c79471
      https://github.com/llvm/llvm-project/commit/ff855f5ec0c3eb15a7a9409971e46a8599c79471
  Author: esmeyi <esme.yi at ibm.com>
  Date:   2022-06-29 (Wed, 29 Jun 2022)

  Changed paths:
    M llvm/include/llvm/Target/TargetMachine.h
    M llvm/lib/Target/TargetMachine.cpp
    A llvm/test/tools/llc/codemodel-1.ll
    A llvm/test/tools/llc/codemodel-2.ll
    M llvm/tools/llc/llc.cpp

  Log Message:
  -----------
  Pass code-model through Module IR to [llc].

Currently, the code-model specified in IR can't be captured by [llc].
This patch fixes that.

Reviewed By: shchenz, MaskRay

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




More information about the All-commits mailing list