summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/PowerPC/vector-extend-sign.ll
Commit message (Collapse)AuthorAgeFilesLines
* [PowerPC] Implement the vector extend sign instruction pattern matchQingShan Zhang2019-11-221-0/+178
Power9 has instructions to implement the semantics of SIGN_EXTEND_INREG for vector type. Mark it as legal and add the match pattern. Differential Revision: https://reviews.llvm.org/D69601
OpenPOWER on IntegriCloud