[PATCH] D42599: [AArch64] Fix BITCAST lowering crash

Evandro Menezes via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 15 17:33:07 PST 2018


evandro added inline comments.


================
Comment at: llvm/lib/Target/AArch64/AArch64ISelLowering.cpp:8716
   EVT VT = N->getValueType(0);
   if (!VT.isVector())
     return SDValue();
----------------
rengolin wrote:
> Nit: I'd add a check to this early-exit here.
I'm confused.  Isn't this a check yet?


Repository:
  rL LLVM

https://reviews.llvm.org/D42599





More information about the llvm-commits mailing list