[AArch64][GlobalISel] Use MI::getIntrinsicID in more spots. NFC.
authorAhmed Bougacha <ahmed@bougacha.org>
Wed, 15 Sep 2021 20:52:32 +0000 (13:52 -0700)
committerAhmed Bougacha <ahmed@bougacha.org>
Wed, 15 Sep 2021 23:45:34 +0000 (16:45 -0700)
commite159d3cbfc250115d1244f3a6219436a52f90f86
treeddec4f54148f046920dea606a2eedd91a23d0b71
parent94a2f9cdb6f9ef9843057030159ee69f76722121
[AArch64][GlobalISel] Use MI::getIntrinsicID in more spots. NFC.

There's technically a difference in the logic used by these
findIntrinsicID and MachineInstr::getIntrinsicID, but it shouldn't
be a meaningful difference here, with G_INTRINSIC instructions.
getIntrinsicID's "first non-def" logic should be correct for those.
llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp
llvm/lib/Target/AArch64/GISel/AArch64LegalizerInfo.cpp