commit | 46b4ca8e9869ad6e51b9d22bb08e32b37ccff03a | [log] [tgz] |
---|---|---|
author | Tony Varghese <tonypalampalliyil@gmail.com> | Thu Jul 03 20:53:02 2025 +0530 |
committer | GitHub <noreply@github.com> | Thu Jul 03 20:53:02 2025 +0530 |
tree | 69894973364f72d310f49e3a8798fe61247414df | |
parent | 6c23e9e82c36afc1e68593cf7e4880612216c790 [diff] |
[NFC][PowerPC] Pre-commit testcases for locking down the xxsel instructions for ternary patterns (#146764) Pre-commit test case for exploitation of `xxsel` for ternary operations of the pattern. This adds support for `v4i32`, `v2i64`, `v16i8` and `v8i16` operand types for the following patterns. ``` ternary(A, X, and(B,C)) ternary(A, X, B) ternary(A, X, C) ternary(A, X, xor(B,C)) ternary(A,X,or(B,C)) ``` Exploitation of xxeval to be added later. Co-authored-by: Tony Varghese <tony.varghese@ibm.com>
Welcome to the LLVM project!
This repository contains the source code for LLVM, a toolkit for the construction of highly optimized compilers, optimizers, and run-time environments.
The LLVM project has multiple components. The core of the project is itself called “LLVM”. This contains all of the tools, libraries, and header files needed to process intermediate representations and convert them into object files. Tools include an assembler, disassembler, bitcode analyzer, and bitcode optimizer.
C-like languages use the Clang frontend. This component compiles C, C++, Objective-C, and Objective-C++ code into LLVM bitcode -- and from there into object files, using LLVM.
Other components include: the libc++ C++ standard library, the LLD linker, and more.
Consult the Getting Started with LLVM page for information on building and running LLVM.
For information on how to contribute to the LLVM project, please take a look at the Contributing to LLVM guide.
Join the LLVM Discourse forums, Discord chat, LLVM Office Hours or Regular sync-ups.
The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.