"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "71ffba7b70a5dd9acbcea981029793061121f746"
[SystemZ] Add CodeGen support for scalar f64 ops in vector registers
The z13 vector facility includes some instructions that operate only on the high f64 in a v2f64, effectively extending the FP register set from 16 to 32 registers. It's still better to use the old instructions if the operands happen to fit though, since the older instructions have a shorter encoding. Based on a patch by Richard Sandiford. llvm-svn: 236524
Loading
Please register or sign in to comment