[all-commits] [llvm/llvm-project] 003ac2: [SROA] Reduce the number of times a IRBuilder is c...

Florian Hahn via All-commits all-commits at lists.llvm.org
Mon Jan 10 04:09:39 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 003ac239d862a232c8b97d67f4729af2b83e72b8
      https://github.com/llvm/llvm-project/commit/003ac239d862a232c8b97d67f4729af2b83e72b8
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2022-01-10 (Mon, 10 Jan 2022)

  Changed paths:
    M llvm/lib/Transforms/Scalar/SROA.cpp

  Log Message:
  -----------
  [SROA] Reduce the number of times a IRBuilder is constructed (NFC).

This patch reduces the number of times IRBuilders need to be constructed
in SROA.cpp by passing existing ones by reference to the appropriate
places.




More information about the All-commits mailing list