[all-commits] [llvm/llvm-project] 7b6841: [IR] Adds Function::splice() member functions

vporpo via All-commits all-commits at lists.llvm.org
Wed Dec 14 10:47:27 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7b684119abc7d94bad47ec0b97b35598fac412d3
      https://github.com/llvm/llvm-project/commit/7b684119abc7d94bad47ec0b97b35598fac412d3
  Author: Vasileios Porpodas <vporpodas at google.com>
  Date:   2022-12-14 (Wed, 14 Dec 2022)

  Changed paths:
    M llvm/include/llvm/IR/Function.h
    M llvm/lib/IR/Function.cpp
    M llvm/unittests/IR/FunctionTest.cpp

  Log Message:
  -----------
  [IR] Adds Function::splice() member functions

This is part of a series of patches that aim at making Function::getBasicBlockList() private.

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




More information about the All-commits mailing list