[all-commits] [llvm/llvm-project] 2fb68c: [ConstraintElimination] Replace pair with named st...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Sep 6 10:04:33 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2fb68c0628e4e5d07c06164a42c0dd17f8ba16e7
https://github.com/llvm/llvm-project/commit/2fb68c0628e4e5d07c06164a42c0dd17f8ba16e7
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-09-06 (Tue, 06 Sep 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Replace pair with named struct (NFC).
This slightly improves the readability and allows further extensions in
follow-ups.
More information about the All-commits
mailing list