[NFC][SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: directly take `Type...
authorRoman Lebedev <lebedev.ri@gmail.com>
Sun, 22 Jan 2023 01:09:39 +0000 (04:09 +0300)
committerRoman Lebedev <lebedev.ri@gmail.com>
Sun, 22 Jan 2023 02:03:42 +0000 (05:03 +0300)
commitaa121336377fe17b07e8edd1d48a20e655183581
treedab5160201e4eb7e61a1fd33f105a24747245261
parentd10adf614296849c6028cf1e0bc43204267564b4
[NFC][SCEV] `createNodeForSelectOrPHIInstWithICmpInstCond()`: directly take `Type`, not `Instruction`

We don't use the `Instruction` itself, only it's type anyways.
llvm/include/llvm/Analysis/ScalarEvolution.h
llvm/lib/Analysis/ScalarEvolution.cpp