This is an archive of the discontinued LLVM Phabricator instance.

[InstCombine] Remove scalable vector restriction in InstCombineCasts
ClosedPublic

Authored by junparser on Dec 16 2020, 3:07 AM.

Diff Detail

Event Timeline

junparser created this revision.Dec 16 2020, 3:07 AM
junparser requested review of this revision.Dec 16 2020, 3:07 AM

Remove the change that do not have testcases

spatel accepted this revision.Dec 17 2020, 4:53 AM

Code changes look fairly mechanical at this point, so if the output is as expected, LGTM

llvm/test/Transforms/InstCombine/ptr-int-cast.ll
2

Could update this file using utils/update_test_checks.py as a preliminary commit?

This revision is now accepted and ready to land.Dec 17 2020, 4:53 AM
junparser marked an inline comment as done.Dec 17 2020, 5:35 AM

Thanks for review the patch !

llvm/test/Transforms/InstCombine/ptr-int-cast.ll
2

I'll udpate this when commit this patch.

This revision was automatically updated to reflect the committed changes.
junparser marked an inline comment as done.