Files
clang-p2996/llvm/test/Transforms/ConstraintElimination
Florian Hahn 78bb06b127 [ConstraintElim] Port mul nuw for unsigned to mul nsw to signed.
Add handling for `mul nsw` for signed systems based on the logic for
`mul nuw` for unsigned.
2023-04-25 20:36:09 +01:00
..