remove llvm.part.set.* and llvm.part.select.*. They have never been
authorChris Lattner <sabre@nondot.org>
Sun, 12 Jul 2009 21:08:53 +0000 (21:08 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 12 Jul 2009 21:08:53 +0000 (21:08 +0000)
commiteaff5246707cc620736e895c239ff78298b3d95e
tree7a39a4db9423f4f9e001c389580413d1ab361a08
parentcae9a3f51ddd4a63b17f1ef7369decd95830eaa4
remove llvm.part.set.* and llvm.part.select.*.  They have never been
implemented in codegen, have no frontend to generate them, and are
better implemented with pattern matching (like the ppc backend does
to generate rlwimi/rlwinm etc).

PR4543

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75430 91177308-0d34-0410-b5e6-96231b3b80d8
docs/LangRef.html
include/llvm/Intrinsics.td
lib/CodeGen/IntrinsicLowering.cpp
lib/CodeGen/SelectionDAG/SelectionDAGBuild.cpp