llvm-project/llvm
Amir Ayupov cb75faf40c [X86][BOLT] Use getOperandType to determine memory access size
Generate INSTRINFO_OPERAND_TYPE table in X86GenInstrInfo.inc.

This diff adds support for instructions that were previously reported as having
memory access size 0. It replaces the heuristic of looking at instruction
register width to determine memory access width by instead checking the memory
operand type using tablegen-provided tables.

Reviewed By: skan

Differential Revision: https://reviews.llvm.org/D126116
2022-06-30 00:25:32 -07:00
..
benchmarks
bindings [IR] Remove support for extractvalue constant expression 2022-06-28 10:40:17 +02:00
cmake [CMake] Don't pass CMAKE_C(XX)_COMPILER to the nested NATIVE build when cross compiling 2022-06-22 09:33:50 +03:00
docs [llvm-objcopy] Remove support for legacy .zdebug sections 2022-06-29 10:42:55 -07:00
examples Add missing (void) for function declarations in C 2022-06-28 00:45:17 +00:00
include [lld-macho] Initial support for Linker Optimization Hints 2022-06-30 06:28:42 +02:00
lib [X86][BOLT] Use getOperandType to determine memory access size 2022-06-30 00:25:32 -07:00
projects
resources
runtimes
test [SCCP] Simplify CFG in SCCP as well 2022-06-30 09:25:03 +02:00
tools [ThinLTO][test] Add tests for emitting files in-process 2022-06-29 14:42:45 -07:00
unittests Use value_or instead of getValueOr. NFC 2022-06-29 21:55:02 -07:00
utils [clang][dataflow] Delete SourceLocationsLattice 2022-06-29 20:14:07 +00:00
.clang-format
.clang-tidy
.gitattributes
.gitignore
CMakeLists.txt [Clang][C++23] P2071 Named universal character escapes 2022-06-25 19:03:33 +02:00
CODE_OWNERS.TXT
CREDITS.TXT
LICENSE.TXT
README.txt
RELEASE_TESTERS.TXT
configure
llvm.spec.in

README.txt

The LLVM Compiler Infrastructure
================================

This directory and its subdirectories contain source code for LLVM,
a toolkit for the construction of highly optimized compilers,
optimizers, and runtime environments.

LLVM is open source software. You may freely distribute it under the terms of
the license agreement found in LICENSE.txt.

Please see the documentation provided in docs/ for further
assistance with LLVM, and in particular docs/GettingStarted.rst for getting
started with LLVM and docs/README.txt for an overview of LLVM's
documentation setup.

If you are writing a package for LLVM, see docs/Packaging.rst for our
suggestions.