[NFC][AArch64]Call encoding functions for left-shift immediate (which is no-op in...
authorMingming Liu <mingmingl@google.com>
Thu, 10 Nov 2022 20:12:21 +0000 (12:12 -0800)
committerMingming Liu <mingmingl@google.com>
Fri, 11 Nov 2022 17:57:54 +0000 (09:57 -0800)
commit78eead268106f13f6131290cebc77e6fc5632990
treeabe7e484c7878c0034ca3fd3c1e5b891d0d4faf6
parentda749560e11b3a581e1dfc87d497a14a99be6d59
[NFC][AArch64]Call encoding functions for left-shift immediate (which is no-op in terms of value but better code style)

Call encoding functions for left-shfit immidate for consistency (and
easier tracking if the encoding ever changes in the future).

Differential Revision: https://reviews.llvm.org/D137797
llvm/lib/Target/AArch64/AArch64ISelDAGToDAG.cpp