This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Ensure that truncated int types are legal.
ClosedPublic

Authored by bryant on Oct 25 2016, 11:38 AM.

Diff Detail

Repository
rL LLVM

Event Timeline

bryant updated this revision to Diff 75748.Oct 25 2016, 11:38 AM
bryant retitled this revision from to [InstCombine] Ensure that truncated int types are legal..
bryant updated this object.
bryant added a reviewer: spatel.
bryant set the repository for this revision to rL LLVM.
bryant added a subscriber: llvm-commits.
bryant updated this revision to Diff 75751.Oct 25 2016, 11:49 AM

Retain note in icmp_shl17 since it won't be touched by D25913.

spatel accepted this revision.Oct 25 2016, 12:07 PM
spatel edited edge metadata.

LGTM.

I forgot to ask: do you want to be credited as "bryant" or a different name when we commit this?

This revision is now accepted and ready to land.Oct 25 2016, 12:07 PM

LGTM.

I forgot to ask: do you want to be credited as "bryant" or a different name when we commit this?

Yes, that would work.

LGTM.

I forgot to ask: do you want to be credited as "bryant" or a different name when we commit this?

"bryant" is fine.

This revision was automatically updated to reflect the committed changes.