[InstCombine] Preserve the nsw/nuw flags for (X | Op01C) + Op1C --> X + (Op01C + Op1C) #94586
[InstCombine] Preserve the nsw flag for (X | Op01C) + Op1C --> X + (O…
170cfa2c
nikic
requested changes
on 2024-06-06
update test case using the update_test_checks.py script
8b6eca17
nikic
requested changes
on 2024-06-06
fixup! Preserve the nsw flag iff the sum of Op01C and Op1C will not o…
3cf7a70e
Add more test cases
40037ff7
nikic
commented
on 2024-06-07
Resolve conversations
d2f4beea
Remove added new lines
8997ab05
csstormq
changed the title [InstCombine] Preserve the nsw flag for (X | Op01C) + Op1C --> X + (Op01C + Op1C) [InstCombine] Preserve the nsw/nuw flags for (X | Op01C) + Op1C --> X + (Op01C + Op1C) 2 years ago
nikic
approved these changes
on 2024-06-07
Resolve conversations
045f3bad
nikic
commented
on 2024-06-07
Fix test to not always return poison
1050bde9
csstormq
merged
96af1149
into main 2 years ago
csstormq
deleted the instcmb branch 2 years ago
Assignees
No one assigned
Login to write a write a comment.
Login via GitHub