Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please don't forgot to subscribe cfe/llvm-commits on your tickets.
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | ||
---|---|---|
1681 | We don't normally do this so I think you need to comment this properly - explaining that *_EXTEND_VECTOR_INREG only reference the lower half of the input and that splitting the result has the same effect as splitting the input operand. |
We don't normally do this so I think you need to comment this properly - explaining that *_EXTEND_VECTOR_INREG only reference the lower half of the input and that splitting the result has the same effect as splitting the input operand.