[FastISel][NFC] Remove repeated calls to get{Variable,Expr}
authorFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Wed, 24 May 2023 11:13:17 +0000 (07:13 -0400)
committerFelipe de Azevedo Piovezan <fpiovezan@apple.com>
Fri, 26 May 2023 11:10:58 +0000 (07:10 -0400)
commitc23b35a224d889acbdfd828ac7f0420d2ad2ad03
tree6b52eca1f7046a4c98d2c05f6cf1cc34e77d10bd
parent96ec1bee16fb50afa84a963a18df1a21c0b7355e
[FastISel][NFC] Remove repeated calls to get{Variable,Expr}

This will make it easy to reuse these values in subsequent commits.

Depends on D151331

Differential Revision: https://reviews.llvm.org/D151332
llvm/lib/CodeGen/SelectionDAG/FastISel.cpp