[PATCH] D31331: [mips][msa] Truncation of vector elements for instructions creating ISD::SHL, ISD::SRL or ISD::SRA nodes

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 24 11:48:33 PDT 2017


efriedma requested changes to this revision.
efriedma added a comment.
This revision now requires changes to proceed.

This is obviously not the correct fix: you need to mask the shift amount whether or not you can prove the shift amount is constant in lowerINTRINSIC_WO_CHAIN.


https://reviews.llvm.org/D31331





More information about the llvm-commits mailing list