1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Craig Topper 1bff719e5b [RISCV] Lower i8/i16 bswap/bitreverse to grevi/greviw with Zbp.
Include known bits support so we know we don't need to zext the
output if the input was already zero extended.

Reviewed By: luismarques

Differential Revision: https://reviews.llvm.org/D103757
2021-06-07 10:31:51 -07:00
..
Analysis AssumeBundleQueries.cpp - don't dereference a dyn_cast<> result. NFCI. 2021-06-06 15:25:03 +01:00
AsmParser Fix some -Wunused-but-set-variable in -DLLVM_ENABLE_ASSERTIONS=off build 2021-06-04 23:34:43 -07:00
BinaryFormat MsgPackReader.cpp - add missing implicit MathExtras.h header dependency. NFCI. 2021-06-05 18:05:40 +01:00
Bitcode [OpaquePtr] Make atomicrmw work with opaque pointers 2021-05-25 20:16:21 -07:00
Bitstream
CodeGen [NFC] Fix semantic discrepancy for MVT::LAST_VALUETYPE 2021-06-07 10:04:16 +00:00
DebugInfo Add --quiet option to llvm-gsymutil to suppress output of warnings. 2021-05-27 12:36:34 +00:00
Demangle [Demangle][Rust] Parse instantiating crate 2021-06-07 19:16:11 +02:00
DWARFLinker
ExecutionEngine Fix implicit fall through compiler warning. NFCI. 2021-06-06 13:45:11 +01:00
Extensions
FileCheck
Frontend [OPENMP]Fix PR50129: omp cancel parallel not working as expected. 2021-06-04 08:24:55 -07:00
Fuzzer
FuzzMutate
InterfaceStub
IR [Constants] Extend support for scalable-vector splats 2021-06-07 14:37:56 +01:00
IRReader
LineEditor
Linker
LTO
MC [ADT] Move DenseMapInfo for ArrayRef/StringRef into respective headers (NFC) 2021-06-03 18:34:36 +02:00
MCA [MCA][NFCI] Minor changes to InstrBuilder and Instruction. 2021-05-31 17:05:13 +01:00
Object [XCOFF][AIX] Enable tooling support for 64 bit symbol table parsing 2021-06-07 17:24:13 +00:00
ObjectYAML Fixed the build failure of yaml2obj in XCOFFEmitter.cpp: 2021-06-07 05:45:05 +00:00
Option
Passes [SimpleLoopBoundSplit] Split Bound of Loop which has conditional branch with IV 2021-06-07 10:55:25 +01:00
ProfileData [SampleFDO] New hierarchical discriminator for FS SampleFDO (llvm-profdata part) 2021-06-04 11:22:06 -07:00
Remarks
Support BranchProbability.cpp - add missing implicit cmath header dependency. NFCI. 2021-06-05 21:14:43 +01:00
TableGen
Target [RISCV] Lower i8/i16 bswap/bitreverse to grevi/greviw with Zbp. 2021-06-07 10:31:51 -07:00
Testing
TextAPI Revert "[llvm] llvm-tapi-diff" 2021-06-03 21:10:51 -07:00
ToolDrivers
Transforms [RS4GC] Treat inttoptr as base pointer 2021-06-07 10:27:23 -07:00
WindowsManifest
XRay
CMakeLists.txt