[all-commits] [llvm/llvm-project] cfa083: [NFC][TableGen][GlobalISel] Move MIR Pattern Parsi...

Pierre van Houtryve via All-commits all-commits at lists.llvm.org
Sun Feb 4 23:42:44 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cfa0833ccc7450a322e709583e894e4c96ce682e
      https://github.com/llvm/llvm-project/commit/cfa0833ccc7450a322e709583e894e4c96ce682e
  Author: Pierre van Houtryve <pierre.vanhoutryve at amd.com>
  Date:   2024-02-05 (Mon, 05 Feb 2024)

  Changed paths:
    M llvm/utils/TableGen/GlobalISel/CMakeLists.txt
    A llvm/utils/TableGen/GlobalISel/CombinerUtils.cpp
    M llvm/utils/TableGen/GlobalISel/CombinerUtils.h
    A llvm/utils/TableGen/GlobalISel/PatternParser.cpp
    A llvm/utils/TableGen/GlobalISel/PatternParser.h
    M llvm/utils/TableGen/GlobalISel/Patterns.cpp
    M llvm/utils/TableGen/GlobalISelCombinerEmitter.cpp

  Log Message:
  -----------
  [NFC][TableGen][GlobalISel] Move MIR Pattern Parsing out of Combiner Impl (#80257)

This just moves code around so the MIR pattern parsing logic is
separated and reusable.




More information about the All-commits mailing list