commit | 75d6795e420274346b14aca8b6bd49bfe6030eeb | [log] [tgz] |
---|---|---|
author | Yeting Kuo <46629943+yetingk@users.noreply.github.com> | Wed Nov 08 00:05:16 2023 +0800 |
committer | GitHub <noreply@github.com> | Wed Nov 08 00:05:16 2023 +0800 |
tree | 93558790ea77680764310d4ff1b9af6eeffb64de | |
parent | f0cdf4b468f6ee48b0d0d51ce78145455e2f07a6 [diff] |
[RISCV][Clang][TargetParser] Support getting feature unaligned-scalar-mem from mcpu. (#71513) This patch reference ac1ffd3caca12c254e0b8c847aa8ce8e51b6cfbf to suppot a soft coding way to identify whether a cpu has a feature `unaligned-scalar-mem` by `RISCVProcessors.td`. This patch does not provide test case since there is no risc-v cpu support `unaligned-scalar-mem` in llvm upstream now.
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.