commit | ed8d4fe0b1d8088bd1a4f99f77afe33f435ef668 | [log] [tgz] |
---|---|---|
author | James Newling <james.newling@gmail.com> | Thu May 01 15:50:06 2025 -0700 |
committer | GitHub <noreply@github.com> | Thu May 01 15:50:06 2025 -0700 |
tree | f84360e7ca3ef6ab3c7178eb2ed3d8b2e93a5b84 | |
parent | 1b1e360b76d31fcd09b93b8c05be8a93dfea432b [diff] |
[mlir][vector] Separate bitwidth specific tests out (#138071) In https://github.com/llvm/llvm-project/pull/136581 the logic pertaining to bitwidth was removed from the patterns. This PR further factorizes bitwidth logic out of the main test file. The number of tests with bitwidth (in the new file added in this PR) is now lower than before this PR. This is because this PR only tests the bitwidth specific logic once (there was a fair amount of redundant testing before). I didn't do this test refactoring in https://github.com/llvm/llvm-project/pull/136581 because I wanted to make it clear that it was NFC by leaving the tests unchanged there
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.