]> granicus.if.org Git - llvm/commit
Recommit "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."
authorJonas Paulsson <paulsson@linux.vnet.ibm.com>
Fri, 15 Feb 2019 19:13:55 +0000 (19:13 +0000)
committerJonas Paulsson <paulsson@linux.vnet.ibm.com>
Fri, 15 Feb 2019 19:13:55 +0000 (19:13 +0000)
commit9129f92efa6c011b7e2cbc5bd8c216245f2f700e
tree4d283592f39dd8d779f7a46129daf964fda0d0d6
parentc26f76b367a0653dee095303a02a284ff61741a1
Recommit "[SystemZ] Do not emit VEXTEND or VROUND nodes without vector support."

It seems there were some problem with using a .mir test. For some reason
doing '-stop-before=codegenprepare' and then '-start-before=codegenprepare'
on the output .mir file results in the NoVRegs Property after instruction
selection.

Recommitting the same test as an .ll file instead.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@354160 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/SystemZ/SystemZISelLowering.cpp
test/CodeGen/SystemZ/fp-conv-18.ll [new file with mode: 0644]