[PATCH] D123555: AArch64/GlobalISel: Remove some null checks for getVRegDef

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 11 16:24:50 PDT 2022


arsenm created this revision.
arsenm added reviewers: paquette, aemerson.
Herald added subscribers: hiraditya, kristof.beyls, rovka.
Herald added a project: All.
arsenm requested review of this revision.
Herald added a subscriber: wdng.
Herald added a project: LLVM.

getVRegDef is not allowed to fail for generic virtual registers, so
there's not much point in checking it.


https://reviews.llvm.org/D123555

Files:
  llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D123555.422070.patch
Type: text/x-patch
Size: 4798 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220411/ee0568b5/attachment.bin>


More information about the llvm-commits mailing list