OSDN Git Service

[InstCombine] rearrange code for readability; NFC
authorSanjay Patel <spatel@rotateright.com>
Mon, 10 Aug 2020 12:05:26 +0000 (08:05 -0400)
committerSanjay Patel <spatel@rotateright.com>
Mon, 10 Aug 2020 12:07:29 +0000 (08:07 -0400)
commitbebca662d4ff77a69f5f492dc7b14dcc5208840a
tree67c74f0c81e2d0b54dfdb83570be6d1cd178dfa0
parent3d2cf72943295d167062b54e663e2f5236df2c5d
[InstCombine] rearrange code for readability; NFC

The code comment refers to the path where we change the
size of the integer type, so handle that first, otherwise
deal with the general case.
llvm/lib/Transforms/InstCombine/InstCombineCasts.cpp