1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test
Evandro Menezes 4b361fd46d [ConstantFolding] Fold constant calls to log2()
Somehow, folding calls to `log2()` with a constant was missing.

Differential revision: https://reviews.llvm.org/D67300

llvm-svn: 373262
2019-09-30 20:53:23 +00:00
..
Analysis [ConstantFolding] Fold constant calls to log2() 2019-09-30 20:53:23 +00:00
Assembler
Bindings Improve C API support for atomicrmw and cmpxchg. 2019-09-26 00:58:55 +00:00
Bitcode [IR] allow fast-math-flags on phi of FP values (2nd try) 2019-09-25 14:35:02 +00:00
BugPoint
CodeGen [X86] Mask off upper bits of splat element in LowerBUILD_VECTORvXi1 when forming a SELECT. 2019-09-30 18:43:44 +00:00
DebugInfo [DebugInfo] Exclude memory location values as parameter entry values 2019-09-27 13:52:43 +00:00
Demangle llvm-undname: Add support for demangling typeinfo names 2019-09-23 13:13:37 +00:00
Examples
ExecutionEngine
Feature
FileCheck
Instrumentation [PGO] Don't group COMDAT variables for compiler generated profile variables in ELF 2019-09-30 18:11:22 +00:00
Integer
JitListener
Linker
LTO
MachineVerifier Add an operand to memory intrinsics to denote the "tail" marker. 2019-09-28 05:33:21 +00:00
MC Revert "[MC] Emit unused undefined symbol even if its binding is not set" 2019-09-30 18:13:48 +00:00
Object [llvm-ar][test] Move MRI tests from "llvm/test/Object/" 2019-09-26 12:32:11 +00:00
ObjectYAML
Other
Reduce
SafepointIRVerifier
Support
SymbolRewriter
TableGen [TableGen] Emit OperandType enums for RegisterOperands/RegisterClasses 2019-09-23 18:51:00 +00:00
ThinLTO/X86
tools Revert "Reland "[utils] Implement the llvm-locstats tool"" 2019-09-30 11:19:11 +00:00
Transforms [InstCombine] Expand the simplification of log() 2019-09-30 20:52:21 +00:00
Unit
Verifier [Verifier] add invariant check for callbr 2019-09-25 22:28:27 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py Revert "Reland "[utils] Implement the llvm-locstats tool"" 2019-09-30 11:19:11 +00:00
lit.site.cfg.py.in
TestRunner.sh