| commit | d9cf98ff28c7461a0e4375dada9959546c38df48 | [log] [tgz] |
|---|---|---|
| author | Brox Chen <guochen2@amd.com> | Tue Aug 27 13:16:05 2024 -0400 |
| committer | GitHub <noreply@github.com> | Tue Aug 27 13:16:05 2024 -0400 |
| tree | 7c7bf3d22f1c09d32ebc28da2ca512d0a827b428 | |
| parent | dd060bdede8edec18ad5ca122e15cc24a821e3fe [diff] |
[AMDGPU][CodeGen][True16][Test] add test files for gfx12 vop1 instructions in true16/fake16 format (#106093) This is a NFC change to add tests for true16/fake16 flow. We need to have two sets of asm/disasm tests for true16 and fake16 flow and this patch is adding the missing one. The naming convension is that true16 filename is the default one while the fake16 filename has "fake16" attached to it. This patch 1. add true16 and fake16 version for vop1 test files 2. rename a test file to keep a consistant naming pattern The true16 test file will be updated when more true16 commands are supported in the up coming patches
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.