This is an archive of the discontinued LLVM Phabricator instance.

[Transforms] InstCombineAddSub: Fix missing nsw/nuw flags
AbandonedPublic

Authored by slydiman on Feb 12 2022, 11:04 AM.

Details

Diff Detail

Event Timeline

slydiman created this revision.Feb 12 2022, 11:04 AM
slydiman requested review of this revision.Feb 12 2022, 11:04 AM

Proof of validity? Alive2 link?

llvm/test/Transforms/InstCombine/add5.ll
11

We dont need allocas, test can be simpler

nikic requested changes to this revision.Feb 12 2022, 12:19 PM
nikic added a subscriber: nikic.

Counter-proof for your test case: https://alive2.llvm.org/ce/z/uT8o8T

This revision now requires changes to proceed.Feb 12 2022, 12:19 PM
slydiman abandoned this revision.Mar 3 2022, 1:56 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 3 2022, 1:56 PM