[all-commits] [llvm/llvm-project] 3dbb5e: [ConstraintElimination] Move ConstraintInfo after ...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Mar 29 01:59:43 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3dbb5eb2cd7002c9bb7926477714ca99d7d9c659
https://github.com/llvm/llvm-project/commit/3dbb5eb2cd7002c9bb7926477714ca99d7d9c659
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-03-29 (Tue, 29 Mar 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Move ConstraintInfo after ConstraintTy. (NFC)
Code movement to it slightly easier to use ConstraintTy & co in
ConstraintInfo directly, for follow-up patches.
More information about the All-commits
mailing list