[all-commits] [llvm/llvm-project] dea855: [mlir][EmitC] Drop unused code (NFC) (#80325)

Marius Brehler via All-commits all-commits at lists.llvm.org
Sun Feb 4 09:51:59 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dea855de46bd4d3e103646a7f459856d88dd7488
      https://github.com/llvm/llvm-project/commit/dea855de46bd4d3e103646a7f459856d88dd7488
  Author: Marius Brehler <marius.brehler at iml.fraunhofer.de>
  Date:   2024-02-04 (Sun, 04 Feb 2024)

  Changed paths:
    M mlir/include/mlir/Conversion/SCFToEmitC/SCFToEmitC.h
    M mlir/lib/Conversion/SCFToEmitC/SCFToEmitC.cpp

  Log Message:
  -----------
  [mlir][EmitC] Drop unused code (NFC) (#80325)

To register the conversion the autogenerated function
`registerSCFToEmitC()` calls `createSCFToEmitC()`, which itself is also
autogenerated. The removed function, however, isn't used in the upstream
codebase.




More information about the All-commits mailing list