[all-commits] [llvm/llvm-project] 70b37f: [MCA][InstrBuilder] Always check for implicit uses...

Andrea Di Biagio via All-commits all-commits at lists.llvm.org
Wed Jun 16 06:54:24 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 70b37f4c03cd189c94167dc22d9f5303c8773092
      https://github.com/llvm/llvm-project/commit/70b37f4c03cd189c94167dc22d9f5303c8773092
  Author: Andrea Di Biagio <andrea.dibiagio at sony.com>
  Date:   2021-06-16 (Wed, 16 Jun 2021)

  Changed paths:
    M llvm/include/llvm/MCA/Instruction.h
    M llvm/lib/MCA/HardwareUnits/ResourceManager.cpp
    M llvm/lib/MCA/InstrBuilder.cpp
    A llvm/test/tools/llvm-mca/X86/SkylakeClient/PR50725.s

  Log Message:
  -----------
  [MCA][InstrBuilder] Always check for implicit uses of resource units (PR50725).

When instructions are issued to the underlying pipeline resources, the
mca::ResourceManager should also check for the presence of extra uses induced by
the explicit consumption of multiple partially overlapping group resources.

Fixes PR50725




More information about the All-commits mailing list