Similar to D77687, but for the X86 specific code.
Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
8691 | Ultimately, we want to get rid of the MaybeAlign overload of getLoad(); please compute the alignment explicitly here. I guess DAG.getEVTAlign(MVT::getVectorVT(CVT, NumElm))? |
llvm/lib/Target/X86/X86ISelLowering.cpp | ||
---|---|---|
8691 | If you're confident getAlignment() never returns zero, please just cast to Align, not MaybeAlign. |
Ultimately, we want to get rid of the MaybeAlign overload of getLoad(); please compute the alignment explicitly here. I guess DAG.getEVTAlign(MVT::getVectorVT(CVT, NumElm))?