llvm-mirror/test
Evgeny Stupachenko 700479379c Add early exit on reassociation of 0 expression.
Summary:

Before the patch a try to reassociate ((v * 16) * 0) * 1 fall into infinite loop

Reviewers: pankajchawla

Differential Revision: http://reviews.llvm.org/D41467

From: Evgeny Stupachenko <evstupac@gmail.com>
                         <evgeny.v.stupachenko@intel.com>
llvm-svn: 326861
2018-03-07 02:17:08 +00:00
..
Analysis DA: remove uses of GEP, only ask SCEV 2018-03-06 21:55:59 +00:00
Assembler Make the LLParser accept call instructions of variables in the program AS 2018-02-27 11:15:11 +00:00
Bindings [LLVM-C] Add Accessors For A Module's Source File Name 2018-01-30 21:34:29 +00:00
Bitcode Refactor check for dllimport in the Verifier. 2018-03-06 17:19:23 +00:00
BugPoint [bugpoint] Report non-existent opt binary 2018-02-09 06:09:15 +00:00
CodeGen Reapply "[DWARFv5] Emit file 0 to the line table." 2018-03-06 22:37:45 +00:00
DebugInfo Reapply "[DWARFv5] Emit file 0 to the line table." 2018-03-06 22:37:45 +00:00
Examples
ExecutionEngine [RuntimeDyld][MachO] Fix assertion in encodeAddend, add missing directive to 2018-03-01 01:44:33 +00:00
Feature Mark two tests REQUIRES: x86-registered-backend 2018-01-31 07:32:03 +00:00
FileCheck
Instrumentation [InstrProfiling] Emit the runtime hook when no counters are lowered 2018-02-28 19:00:08 +00:00
Integer
JitListener
Linker [DebugInfo] Add remaining files to r325970 2018-02-23 23:13:18 +00:00
LTO [LTO] Support filtering by hotness threshold 2018-02-26 18:37:45 +00:00
MC Reapply "[DWARFv5] Emit file 0 to the line table." 2018-03-06 22:37:45 +00:00
Object [WebAssembly] Reorder reloc sections to come between symtab and name 2018-03-05 12:59:03 +00:00
ObjectYAML [WebAssembly] Add validation to reloc section 2018-03-05 13:32:38 +00:00
Other Recommit r325001: [CallSiteSplitting] Support splitting of blocks with instrs before call. 2018-02-14 13:59:12 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen TableGen: Add !foldl operation 2018-03-06 13:49:16 +00:00
ThinLTO/X86 [ThinLTO] Revert r325320: Import global variables 2018-03-02 23:40:08 +00:00
tools [SymboleFilePDB] Put the test input back that my previous commit clobbered 2018-03-06 19:36:17 +00:00
Transforms Add early exit on reassociation of 0 expression. 2018-03-07 02:17:08 +00:00
Unit
Verifier [DebugInfo] Unify ChecksumKind and Checksum value in DIFile 2018-02-12 19:45:54 +00:00
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg.py
lit.site.cfg.py.in
TestRunner.sh