1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 03:02:36 +01:00
llvm-mirror/test
Johannes Doerfert 363cd23ad2 [Attributor][FIX] Arguments of unknown functions can be undef
This should fix PR50683. The wrong assumption was that we
could always know what the callee is when we replace a call site
argument with undef. We wanted to know that to remove the `noundef`
that might be attached to the argument. Since no callee means we
did the propagation on the caller site, there is no need to remove
an attribute. It is only needed if we replace all uses and therefore
pass `undef` instead of the value that was passed in otherwise.
2021-06-18 01:07:53 -05:00
..
Analysis [ScalarEvolution] Fix pointer/int type handling converting select/phi to min/max. 2021-06-17 14:05:12 -07:00
Assembler [OpaquePtr] Verify Opaque pointer in function parameter 2021-06-15 14:57:48 -07:00
Bindings
Bitcode Update @llvm.powi to handle different int sizes for the exponent 2021-06-17 09:38:28 +02:00
BugPoint
CodeGen [WebAssembly] Rename event to tag 2021-06-17 20:34:19 -07:00
DebugInfo [IROutliner] Adding DebugInfo handling for IR Outlined Functions 2021-06-15 10:57:08 -05:00
Demangle
Examples
ExecutionEngine [JITLink][MachO] Add missing testcase. 2021-06-13 20:43:49 +10:00
Feature
FileCheck
Instrumentation [dfsan] Replace dfs$ prefix with .dfsan suffix 2021-06-17 22:42:47 -07:00
Integer
JitListener
Linker
LTO
MachineVerifier
MC [WebAssembly] Rename event to tag 2021-06-17 20:34:19 -07:00
Object
ObjectYAML [WebAssembly] Rename event to tag 2021-06-17 20:34:19 -07:00
Other Use -cfg-func-name value as filter for -view-cfg, etc. 2021-06-16 23:54:51 +02:00
SafepointIRVerifier
Support
SymbolRewriter
TableGen
ThinLTO/X86
tools [objdump][ARM] Fix evaluating the target address of a Thumb BLX(i) 2021-06-18 10:40:55 +07:00
Transforms [Attributor][FIX] Arguments of unknown functions can be undef 2021-06-18 01:07:53 -05:00
Unit
Verifier [OpaquePtr] Verify Opaque pointer in function parameter 2021-06-15 14:57:48 -07:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh