1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Nemanja Ivanovic 2e394d9166 [PowerPC] Do not RAUW combined nodes in VECTOR_SHUFFLE legalization
When legalizing shuffles, we make an attempt to combine it into
a PPC specific canonical form that avoids a need for a swap. If the
combine is successful, we RAUW the node and the custom legalization
replaces the now dead node instead of the one it should replace.
Remove that erroneous call to RAUW.
2020-07-06 22:09:28 -05:00
..
Analysis [AMDGPU] Tweak getTypeLegalizationCost() 2020-07-06 14:07:48 -07:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [PowerPC] Do not RAUW combined nodes in VECTOR_SHUFFLE legalization 2020-07-06 22:09:28 -05:00
DebugInfo
Demangle
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MachineVerifier
MC [WebAssembly] Added 64-bit memory.grow/size/copy/fill 2020-07-06 12:49:50 -07:00
Object [llvm-readelf] - Do not error out when dumping symbols. 2020-07-03 11:55:35 +03:00
ObjectYAML
Other
Reduce [llvm-reduce] Reducing call operand bundles 2020-07-07 01:16:37 +03:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [openmp] Move isAllowedClauseForDirective to tablegen + add clause version to OMP.td 2020-07-06 22:20:06 -04:00
ThinLTO/X86 [InstCombine] Always try to invert non-canonical predicate of an icmp 2020-07-04 18:12:04 +03:00
tools Temporarily Revert "[llvm-install-name-tool] Merge install-name options" as it breaks the objcopy build. 2020-07-06 15:40:14 -07:00
Transforms Revert "[LV] Enable the LoopVectorizer to create pointer inductions" 2020-07-06 17:50:38 -07:00
Unit
Verifier Revert "[AssumeBundles] Use operand bundles to encode alignment assumptions" 2020-07-04 23:49:23 +03:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh