1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Florian Hahn 037237e6f6 [DSE] Do not consider 'noop' intrinsics as read-clobbers.
isNoopIntrinsic returns true for some intrinsics that are modeled in
MemorySSA but do not actually read or write any memory and do not block
DSE. Such intrinsics should not be considered as read-clobbers.
2020-10-18 15:51:05 +01:00
..
Analysis [SCEV] Model ashr exact x, C as (abs(x) EXACT/u (1<<C)) * signum(x) 2020-10-17 21:22:24 +03:00
Assembler Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
Bindings
Bitcode [DebugInfo] Support for DWARF operator DW_OP_over 2020-10-17 08:42:28 +05:30
BugPoint
CodeGen [PrologEpilogInserter][test] Improve SpilledToReg test 2020-10-17 20:36:22 -07:00
DebugInfo [DebugInfo] Support for DWARF operator DW_OP_over 2020-10-17 08:42:28 +05:30
Demangle
Examples
ExecutionEngine [JITLink][ELF] Handle BSS sections, improve some error messages. 2020-10-05 21:35:35 -07:00
Feature
FileCheck
Instrumentation [ASAN] Make sure we are only processing lifetime markers with offset 0 to alloca 2020-10-13 10:21:45 -07:00
Integer
JitListener
Linker Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
LTO [IRMover] Avoid materializing global value that belongs to not-yet-linked module 2020-10-07 18:14:07 -07:00
MachineVerifier [GlobalISel] Remove scalar src from non-sequential fadd/fmul reductions. 2020-10-15 15:51:44 -07:00
MC [VE] Add VGT/VSC/PFCHV instructions 2020-10-16 06:28:22 +09:00
Object AMDGPU: Update AMDHSA code object version handling 2020-10-14 13:04:27 -04:00
ObjectYAML [WebAssembly] Added .tabletype to asm and multiple table support in obj files 2020-10-13 07:52:23 -07:00
Other [CGSCC] Add -abort-on-max-devirt-iterations-reached option 2020-10-16 12:34:52 -07:00
Reduce llvm-reduce: Don't replace intrinsic calls with undef 2020-10-16 10:10:53 -04:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Add the !not and !xor operators. 2020-10-15 10:12:59 -04:00
ThinLTO/X86 Restore "[ThinLTO] Avoid temporaries when loading global decl attachment metadata" 2020-10-12 10:11:56 -07:00
tools Revert "Fix Windows llvm-objdump tests" 2020-10-16 21:49:47 +01:00
Transforms [DSE] Do not consider 'noop' intrinsics as read-clobbers. 2020-10-18 15:51:05 +01:00
Unit
Verifier Reapply "OpaquePtr: Add type to sret attribute" 2020-10-16 11:05:02 -04:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh