[all-commits] [llvm/llvm-project] b46704: [ConstraintSystem] Pass ArrayRef instead of full s...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Feb 18 06:04:31 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b4670438b3ba37b2d4cca004f9a5275e3ea6365c
https://github.com/llvm/llvm-project/commit/b4670438b3ba37b2d4cca004f9a5275e3ea6365c
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-02-18 (Fri, 18 Feb 2022)
Changed paths:
M llvm/include/llvm/Analysis/ConstraintSystem.h
Log Message:
-----------
[ConstraintSystem] Pass ArrayRef instead of full small vector (NFC).
This makes the called functions independent of the container type.
More information about the All-commits
mailing list