[all-commits] [llvm/llvm-project] 9436a8: [IRBuilder] Make createCallHelper a member functio...

Jay Foad via All-commits all-commits at lists.llvm.org
Fri Jul 29 13:24:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9436a85eb62525062fc538ced4199bc49e72ab33
      https://github.com/llvm/llvm-project/commit/9436a85eb62525062fc538ced4199bc49e72ab33
  Author: Jay Foad <jay.foad at amd.com>
  Date:   2022-07-29 (Fri, 29 Jul 2022)

  Changed paths:
    M llvm/include/llvm/IR/IRBuilder.h
    M llvm/lib/IR/IRBuilder.cpp

  Log Message:
  -----------
  [IRBuilder] Make createCallHelper a member function. NFC.

This just avoids explicitly passing in 'this' as an argument in a bunch
of places.

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




More information about the All-commits mailing list