commit | 4425dfba6a1f394e958e94aa471a07bcf707136a | [log] [tgz] |
---|---|---|
author | Hongren Zheng <i@zenithal.me> | Sat Oct 05 23:42:59 2024 +0800 |
committer | GitHub <noreply@github.com> | Sat Oct 05 08:42:59 2024 -0700 |
tree | f25c50d6a7ef5b450499dedafd6c58cfcf2dcacd | |
parent | 4e5f8a8f0bf855fdac93fa09b4b82b69339235b9 [diff] |
[mlir][polynomial] Add and verify constraints of coefficientModulus for ringAttr (#111016) Currently the semantic of coefficientModulus is unclear and a lowering of it faces uncertainty, for example, https://github.com/google/heir/pull/995#issuecomment-2387394895 Also, it lacks a verifier which should conform to the definition in the document. This PR tries to further define the semantic of coefficientModulus and adds a verifier for it. Cc @j2kun for review and suggestions.
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.