[all-commits] [llvm/llvm-project] ec2029: [Polly] Do not inline dumpIslObj methods. NFC.

Michael Kruse via All-commits all-commits at lists.llvm.org
Tue Oct 12 21:55:19 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ec2029f986d8bb80963c1efd9e5024bfe7ac3d30
      https://github.com/llvm/llvm-project/commit/ec2029f986d8bb80963c1efd9e5024bfe7ac3d30
  Author: Michael Kruse <llvm-project at meinersbur.de>
  Date:   2021-10-12 (Tue, 12 Oct 2021)

  Changed paths:
    M polly/include/polly/Support/GICHelper.h
    M polly/lib/Support/GICHelper.cpp

  Log Message:
  -----------
  [Polly] Do not inline dumpIslObj methods. NFC.

Instead of being inline and having a neverCalled() workaround to make it
work in the debugger, define it as a regular exported function.

Also add overloads for the C API types isl_* so it works with managed as
well as unmanaged ISL objects.




More information about the All-commits mailing list