[all-commits] [llvm/llvm-project] cd79ca: [ConstraintElimination] Add sub nuw test with sign...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Fri Jan 28 03:21:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cd79ca6136c34f32e7ed643b6afefa6823b286c8
https://github.com/llvm/llvm-project/commit/cd79ca6136c34f32e7ed643b6afefa6823b286c8
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-01-28 (Fri, 28 Jan 2022)
Changed paths:
M llvm/test/Transforms/ConstraintElimination/mixed-signed-unsigned-predicates.ll
Log Message:
-----------
[ConstraintElimination] Add sub nuw test with signed predicates.
Add missing test coverage for `sub nuw` combined with both unsigned and
signed predicates.
More information about the All-commits
mailing list