1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/lib
Eli Friedman 6944a84c4d [AArch64][SVE] Implement extractelement of i1 vectors.
The implementation just extends the vector to a larger element type, and
extracts from that.  Not fancy, but generates reasonable code.

There was discussion in the review of doing the promotion in
target-independent code, but I'm sticking with this to avoid making
LegalizeDAG infrastructure more complicated.

Differential Revision: https://reviews.llvm.org/D87651
2021-05-17 14:51:11 -07:00
..
Analysis [CaptureTracking] Simplify reachability check (NFCI) 2021-05-16 16:04:10 +02:00
AsmParser IR/AArch64/X86: add "swifttailcc" calling convention. 2021-05-17 10:48:34 +01:00
BinaryFormat
Bitcode IR+AArch64: add a "swiftasync" argument attribute. 2021-05-14 11:43:58 +01:00
Bitstream
CodeGen [AArch64] Support customizing stack protector guard 2021-05-17 11:49:22 -07:00
DebugInfo NFC. Refactored DIPrinter for support embedded source. 2021-05-15 23:01:12 +04:00
Demangle [Demangle][Rust] Parse trait definitions 2021-05-15 23:52:25 +02:00
DWARFLinker
ExecutionEngine [JITLink] Fix symbol comparator in LinkGraph::dump. 2021-05-16 10:11:58 -07:00
Extensions
FileCheck
Frontend
Fuzzer
FuzzMutate
InterfaceStub
IR [AArch64] Lower bitreverse in ISel 2021-05-17 13:35:27 +01:00
IRReader
LineEditor
Linker
LTO
MC [MC] Add the ability to pass MCRegisterInfo to dump_pretty. 2021-05-14 18:21:57 -07:00
MCA
Object [AMDGPU] Add gfx1034 target 2021-05-13 14:25:18 -04:00
ObjectYAML [AMDGPU] Add gfx1034 target 2021-05-13 14:25:18 -04:00
Option
Passes [NewPM] Add C bindings for new pass manager 2021-05-17 11:45:47 -07:00
ProfileData [Coverage] Support overriding compilation directory 2021-05-11 15:26:45 -07:00
Remarks
Support [AMDGPU] Add gfx1034 target 2021-05-13 14:25:18 -04:00
TableGen [TableGen] Make the NUL character invalid in .td files 2021-05-13 10:17:45 -04:00
Target [AArch64][SVE] Implement extractelement of i1 vectors. 2021-05-17 14:51:11 -07:00
Testing
TextAPI [TextAPI] Reformat llvm_unreachable message 2021-05-11 09:59:26 -07:00
ToolDrivers
Transforms Do actual DCE in LoopUnroll (try 3) 2021-05-17 14:47:02 -07:00
WindowsManifest
XRay
CMakeLists.txt