1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 19:52:54 +01:00
llvm-mirror/test
Sanjay Patel 6ad1591761 [InstCombine] limit nsz: -(X - Y) --> Y - X to hasOneUse()
As noted in the post-commit discussion for r329350, we shouldn't
generally assume that fsub is the same cost as fneg.

llvm-svn: 329429
2018-04-06 17:24:08 +00:00
..
Analysis [CostModel][X86] Regenerate bit count cost tests with update_analyze_test_checks.py 2018-04-06 16:14:27 +00:00
Assembler
Bindings [LLVM-C] Audit Inline Assembly APIs for Consistency 2018-04-06 02:31:29 +00:00
Bitcode [IR] Upgrade comment token in objc retain release marker 2018-04-05 02:44:46 +00:00
BugPoint
CodeGen Add additional tests from D45336 2018-04-06 17:18:44 +00:00
DebugInfo Re-commit r329179 after fixing build&test issues 2018-04-04 14:42:14 +00:00
Examples
ExecutionEngine [RuntimeDyld][PowerPC] Add a test case for r329335. 2018-04-05 21:56:55 +00:00
Feature
FileCheck
Instrumentation hwasan: add -hwasan-match-all-tag flag 2018-04-04 20:44:59 +00:00
Integer
JitListener
Linker
LTO Object: Fix handling of @@@ in .symver directive 2018-03-20 00:45:03 +00:00
MC [AMDGPU][MC][GFX9] Added instructions *saveexec*, *wrexec* and *bitreplicate* 2018-04-06 16:35:11 +00:00
Object Disable a test using environment variables that requires a real shell 2018-04-03 18:19:52 +00:00
ObjectYAML
Other [PM][FunctionAttrs] add NoUnwind attribute inference to PostOrderFunctionAttrs pass 2018-03-23 21:46:16 +00:00
SafepointIRVerifier
SymbolRewriter
TableGen TableGen: Support Intrinsic values in SearchableTable 2018-04-01 17:08:58 +00:00
ThinLTO/X86
tools [llvm-mca] Do not separate iterations with a newline in the timeline view. 2018-04-06 15:30:02 +00:00
Transforms [InstCombine] limit nsz: -(X - Y) --> Y - X to hasOneUse() 2018-04-06 17:24:08 +00:00
Unit
Verifier Tweak an assert message in the verifier 2018-04-06 10:20:19 +00:00
YAMLParser
.clang-format
CMakeLists.txt Remove llvm-mcmarkup. 2018-04-02 23:17:55 +00:00
lit.cfg.py Remove llvm-mcmarkup. 2018-04-02 23:17:55 +00:00
lit.site.cfg.py.in
TestRunner.sh