This patch is related to D7951 and adds the support in the back end. There isn't a whole lot out of the ordinary here, the builtins are provided as long as the target has FeatureP8Crypto (or FeatureP8Altivec for those instructions that do not require implementation of Category:Vector.Crypto). There are some new instruction formats, new intrinsic formats and support for a 1-bit immediate.
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Updated the test cases in response to some of the comments from the other (Clang) patch for this as well as for the new required form for the load instructions.