Go to file
Jakub Kuderski dfee4c7fb0 [mlir][spirv] Fix scf.yield pattern conversion
Only rewrite `scf.yield` when the parent op is supported by
scf-to-spirv.

Fixes: #61380, #61107, #61148

Reviewed By: antiagainst

Differential Revision: https://reviews.llvm.org/D146080
2023-03-14 18:47:34 -04:00
.github
bolt [BOLT][NFC] Use llvm::is_contained 2023-03-14 15:37:03 -07:00
clang Remove -lower-global-dtors-via-cxa-atexit flag 2023-03-14 14:18:11 -07:00
clang-tools-extra
cmake
compiler-rt [memprof] Record BuildIDs in the raw profile. 2023-03-14 18:16:38 +00:00
cross-project-tests
flang [Flang][OpenMP] Add support for OpenMP max reduction 2023-03-14 21:38:08 +00:00
libc [libc] Remove leftover debug prints 2023-03-14 15:14:12 -05:00
libclc
libcxx [libc++] Use __verbose_abort instead of std::abort in __throw_ functions 2023-03-14 19:33:19 +01:00
libcxxabi
libunwind
lld
lldb [lldb] Fix -Wswitch in TypeSystemClang.cpp ('SveBoolx2' and 'SveBoolx4' not handled in switch) (NFC) 2023-03-14 22:24:37 +08:00
llvm Add missing test for 35fd37177b 2023-03-14 22:43:53 +00:00
llvm-libgcc
mlir [mlir][spirv] Fix scf.yield pattern conversion 2023-03-14 18:47:34 -04:00
openmp [OpenMP]Skip generating this[:1] map info for non-member variable. 2023-03-14 09:09:20 -07:00
polly
pstl
runtimes
third-party
utils [mlir][vector] Add bazel dependency to TestVector 2023-03-14 11:41:45 -07:00
.arcconfig
.arclint
.clang-format
.clang-tidy
.git-blame-ignore-revs
.gitignore
.mailmap
CONTRIBUTING.md
LICENSE.TXT
README.md
SECURITY.md

The LLVM Compiler Infrastructure

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.

Getting the Source Code and Building LLVM

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.

Getting in touch

Join the LLVM Discourse forums, Discord chat, or #llvm IRC channel on OFTC.

The LLVM project has adopted a code of conduct for participants to all modes of communication within the project.