[all-commits] [llvm/llvm-project] 3c7125: ConstraintElimination - pass const DataLayout by r...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Oct 28 03:20:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3c71253eb76b010501bc8fd170b6401c9b551987
https://github.com/llvm/llvm-project/commit/3c71253eb76b010501bc8fd170b6401c9b551987
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-10-28 (Fri, 28 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
ConstraintElimination - pass const DataLayout by reference in (recursive) MergeResults lambda capture. NFC.
There's no need to copy this and fixes a coverity remark about large copy by value
More information about the All-commits
mailing list