[PATCH] D42599: [AArch64] Fix BITCAST lowering crash
Renato Golin via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 12 03:02:14 PST 2018
rengolin accepted this revision.
rengolin added a comment.
This revision is now accepted and ready to land.
Sorry, I missed a lot of reviews this year (mail issues). The patch LGTM with the nit.
================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:8716
EVT VT = N->getValueType(0);
if (!VT.isVector())
return SDValue();
----------------
Nit: I'd add a check to this early-exit here.
Repository:
rL LLVM
https://reviews.llvm.org/D42599
More information about the llvm-commits
mailing list