1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-23 11:13:28 +01:00
llvm-mirror/test
Sanjay Patel 7b84f5e824 [SimplifyCFG] don't create a no-op subtract
I noticed this inefficiency while investigating PR34603:
https://bugs.llvm.org/show_bug.cgi?id=34603

This fix will likely push another bug (we don't maintain state of 'LateSimplifyCFG') 
into hiding, but I'll try to clean that up with a follow-up patch anyway.

llvm-svn: 313829
2017-09-20 22:31:35 +00:00
..
Analysis
Assembler
Bindings
Bitcode
BugPoint
CodeGen [NVPTX] Implemented shfl.sync instruction and supporting intrinsics/builtins. 2017-09-20 21:23:07 +00:00
DebugInfo Commit local changes that missed llvm.dbg.addr 2017-09-20 21:56:21 +00:00
DllTool
Examples
ExecutionEngine Revert "Revert "ExecutionEngine: add R_AARCH64_ABS{16,32}"" 2017-09-20 21:32:44 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
LibDriver
Linker
LTO
MC [WebAssembly] Add support for local symbol bindings 2017-09-20 21:17:04 +00:00
Object Revert r313746 "[yaml2obj] - Don't crash on invalid document." 2017-09-20 10:24:37 +00:00
ObjectYAML
Other
SafepointIRVerifier
SymbolRewriter
TableGen
ThinLTO/X86
tools [WebAssembly] Add support for local symbol bindings 2017-09-20 21:17:04 +00:00
Transforms [SimplifyCFG] don't create a no-op subtract 2017-09-20 22:31:35 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
TestRunner.sh