[all-commits] [llvm/llvm-project] ea825f: [Cloning] Pass blocks as ArrayRef to remapInstruct...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Feb 3 12:03:50 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ea825f27a168a5c18b8564e2205d5293cada5a11
https://github.com/llvm/llvm-project/commit/ea825f27a168a5c18b8564e2205d5293cada5a11
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-02-03 (Fri, 03 Feb 2023)
Changed paths:
M llvm/include/llvm/Transforms/Utils/Cloning.h
M llvm/lib/Transforms/Utils/CloneFunction.cpp
Log Message:
-----------
[Cloning] Pass blocks as ArrayRef to remapInstructions (NFC).
Passing ArrayRef doesn't force users to construct a SmallVector to pass
blocks.
More information about the All-commits
mailing list