[all-commits] [llvm/llvm-project] 744957: [ConstraintElimination] Use ConstraintTy::IsSigned...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Oct 5 23:52:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7449570ff74abaf0761e98a7d5bfe573825c3068
https://github.com/llvm/llvm-project/commit/7449570ff74abaf0761e98a7d5bfe573825c3068
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
Log Message:
-----------
[ConstraintElimination] Use ConstraintTy::IsSigned instead of Predicate.
This should be NFC and ensure the sign of the constraint is used
consistently in the future.
More information about the All-commits
mailing list