Sign in
llvm
/
llvm-project
/
0e85232fa39dbe54b13b40320460dd4f945b29fd
/
llvm
/
test
/
Transforms
/
InstSimplify
/
ConstProp
/
overflow-ops.ll
807b019
[ConstantFolding] Fixing addo/subo with undef
by George Mitenkov
· 4 years, 3 months ago
6fa7030
[ConstProp] Remove unused check-prefixes
by Simon Pilgrim
· 4 years, 7 months ago
486ed88
[ConstProp] Remove ConstantPropagation
by Arthur Eubanks
· 4 years, 11 months ago
[Renamed (98%) from llvm/test/Transforms/ConstProp/overflow-ops.ll]
ff21e3f
[ConstantFolding] Fix 'undef' folding for @llvm.[us]{add,sub}.with.overflow ops (PR43188)
by Roman Lebedev
· 6 years ago
cee313d
Revert "Temporarily Revert "Add basic loop fusion pass.""
by Eric Christopher
· 6 years ago
a863435
Temporarily Revert "Add basic loop fusion pass."
by Eric Christopher
· 6 years ago
9f6e9cf
[ConstantFolding] Fold undef for integer intrinsics
by Nikita Popov
· 6 years ago
6d79e43
[ConstantFolding] Add undef tests for overflow intrinsics; NFC
by Nikita Popov
· 6 years ago
da1beca
[ConstantFolding] Regenerate test checks; NFC
by Nikita Popov
· 6 years ago
c1c7a13
Update Transforms tests to use CHECK-LABEL for easier debugging. No functionality change.
by Stephen Lin
· 12 years ago
b1ed91f
Land the long talked about "type system rewrite" patch. This
by Chris Lattner
· 14 years ago
0bb2ad2
Constant folding support for calls to umul.with.overflow(), basically identical to the smul.with.overflow() code.
by Frits van Bommel
· 14 years ago
b9681ad
fix a bug I introduced, no idea how this didn't repro right.
by Chris Lattner
· 15 years ago
c7bd574
hack to unbreak buildbots
by Chris Lattner
· 15 years ago
698661c
add uadd_ov/usub_ov to apint, consolidate constant folding
by Chris Lattner
· 15 years ago
44e5dbc
Extend ConstantFolding to understand signed overflow variants
by Evan Phoenix
· 16 years ago
59d9398
teach the optimizer how to constant fold uadd/usub intrinsics.
by Chris Lattner
· 16 years ago