1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00
llvm-mirror/test
Sanjay Patel 6f5f66da62 [x86] favor vector constant load to avoid GPR to XMM transfer
This build vector lowering pattern came up in D79886.
I've tried to limit the improvement to cases where it looks
clearly better to load, but we could remove the 'TODO'
predicates already if we are willing to overlook some
corner cases.

Differential Revision: https://reviews.llvm.org/D80013
2020-05-17 11:56:26 -04:00
..
Analysis StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
Assembler AllocaInst should store Align instead of MaybeAlign. 2020-05-16 14:53:16 -07:00
Bindings
Bitcode StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
BugPoint
CodeGen [x86] favor vector constant load to avoid GPR to XMM transfer 2020-05-17 11:56:26 -04:00
DebugInfo Fixed arm build bot failure after 4042ada1c1fe 2020-05-15 23:30:05 +05:30
Demangle
Examples
ExecutionEngine
Feature StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
FileCheck [test] Improve FileCheck's numeric-expression.txt 2020-05-16 00:09:24 +01:00
Instrumentation StoreInst should store Align, not MaybeAlign 2020-05-15 12:26:58 -07:00
Integer
JitListener
Linker
LTO Infer alignment of unmarked loads in IR/bitcode parsing. 2020-05-14 13:03:50 -07:00
MachineVerifier
MC [LLVM][AVR] Support for R_AVR_6 fixup 2020-05-17 19:46:09 +12:00
Object
ObjectYAML
Other [llvm] Add interface to drive inlining decision using ML model 2020-05-13 13:27:29 -07:00
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Fix register class handling in TableGen's DAG ISel Matcher Generator 2020-05-13 10:17:03 +01:00
ThinLTO/X86
tools [llvm-readobj] Implement --dependent-libraries for GNU output 2020-05-15 15:11:22 +01:00
Transforms [InstCombine] add tests for FP cast of cast; NFC 2020-05-17 11:42:07 -04:00
Unit
Verifier Harden IR and bitcode parsers against infinite size types. 2020-05-16 14:24:51 -07:00
YAMLParser
.clang-format
CMakeLists.txt [examples] Skip building the Bye pass plugin on windows 2020-05-13 13:40:56 +03:00
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh