[all-commits] [llvm/llvm-project] dc2b8a: [LoopInfo] SFINAE mechanism for hoist into check

Christian Ulmann via All-commits all-commits at lists.llvm.org
Sun Apr 23 23:25:08 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: dc2b8ae962ffd6b8713877bbb6303e172ad982d6
      https://github.com/llvm/llvm-project/commit/dc2b8ae962ffd6b8713877bbb6303e172ad982d6
  Author: Christian Ulmann <christian.ulmann at nextsilicon.com>
  Date:   2023-04-24 (Mon, 24 Apr 2023)

  Changed paths:
    M llvm/include/llvm/Support/GenericLoopInfoImpl.h
    M mlir/include/mlir/IR/Block.h

  Log Message:
  -----------
  [LoopInfo] SFINAE mechanism for hoist into check

This commit introduces an SFINAE mechanism to make the LLVM hoist into
check member function not leak into the users of LoopInfo.

Depends on D148235

Reviewed By: ftynse

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




More information about the All-commits mailing list