summaryrefslogtreecommitdiffstats
path: root/clang/lib/Basic/Targets.cpp
diff options
context:
space:
mode:
authorUlrich Weigand <ulrich.weigand@de.ibm.com>2015-05-05 19:31:09 +0000
committerUlrich Weigand <ulrich.weigand@de.ibm.com>2015-05-05 19:31:09 +0000
commitc1708b2618ee455738e2d66076bc1e1734392917 (patch)
tree39ee67f5e4a6c2dab2d11a1fbc6112e2e50b4d44 /clang/lib/Basic/Targets.cpp
parent5211f9ff4d8f0bb87ace370155d2d4b59e278e39 (diff)
downloadbcm5719-llvm-c1708b2618ee455738e2d66076bc1e1734392917.tar.gz
bcm5719-llvm-c1708b2618ee455738e2d66076bc1e1734392917.zip
[SystemZ] Add vector intrinsics
This adds intrinsics to allow access to all of the z13 vector instructions. Note that instructions whose semantics can be described by standard LLVM IR do not get any intrinsics. For each instructions whose semantics *cannot* (fully) be described, we define an LLVM IR target-specific intrinsic that directly maps to this instruction. For instructions that also set the condition code, the LLVM IR intrinsic returns the post-instruction CC value as a second result. Instruction selection will attempt to detect code that compares that CC value against constants and use the condition code directly instead. Based on a patch by Richard Sandiford. llvm-svn: 236527
Diffstat (limited to 'clang/lib/Basic/Targets.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud