[AArch64] isProfitableToHoist - remove nullptr test
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 25 Mar 2022 10:27:16 +0000 (10:27 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 25 Mar 2022 10:27:16 +0000 (10:27 +0000)
commite699b5da445207d0957839aad139ee62f31cb0f5
tree3339df15e0987b683c22013ddb0b89f660a32261
parent1a943923b8bc000ae03b22a05413918723d2d044
[AArch64] isProfitableToHoist - remove nullptr test

User is dereferenced on the main codepath so the null test is likely superfluous
llvm/lib/Target/AArch64/AArch64ISelLowering.cpp