| commit | e34e739ba88fed7450d232e29b523d247af365ec | [log] [tgz] |
|---|---|---|
| author | Anchu Rajendran S <asudhaku@amd.com> | Fri Jul 12 10:14:38 2024 -0700 |
| committer | GitHub <noreply@github.com> | Fri Jul 12 10:14:38 2024 -0700 |
| tree | c45c6dfdf9241013adef80b94faaccda96e5629b | |
| parent | b3f5c7247de936dcc943381219d4a0ef448ac592 [diff] |
Adding Changes for invoking Masked Operation (#98423) PR adds changes to the flang frontend to create the `MaskedOp` when `masked` directive is used in the input program. Omp masked is introduced in 5.2 standard and allows a parallel region to be executed by threads specified by a programmer. This is achieved with the help of filter clause which helps to specify thread id expected to execute the region. Other related PRs: - [Fortran Parsing and Semantic Support](https://github.com/llvm/llvm-project/pull/91432) - Merged - [MLIR Support](https://github.com/llvm/llvm-project/pull/96022/files) - Merged - [Lowering Support](https://github.com/llvm/llvm-project/pull/98401) - Under Review
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.