llvm-6502/lib
Louis Gerbarg 4c77b29082 Fix incorrect invariant check in DAG Combine
Earlier this summer I fixed an issue where we were incorrectly combining
multiple loads that had different constraints such alignment, invariance,
temporality, etc. Apparently in one case I made copt paste error and swapped
alignment and invariance.

Tests included.

rdar://18816719

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@220933 91177308-0d34-0410-b5e6-96231b3b80d8
2014-10-30 22:21:03 +00:00
..
Analysis Add handling for range metadata in ValueTracking isKnownNonZero 2014-10-30 20:25:19 +00:00
AsmParser
Bitcode Untabify. 2014-10-29 23:44:35 +00:00
CodeGen Fix incorrect invariant check in DAG Combine 2014-10-30 22:21:03 +00:00
DebugInfo
ExecutionEngine Fix build with CMake if LLVM_USE_INTEL_JITEVENTS option is enabled 2014-10-29 09:18:49 +00:00
IR [C API] PR19859: Add functions to query and modify branches. 2014-10-28 19:46:56 +00:00
IRReader
LineEditor
Linker Fix the merging of the constantness of declarations. 2014-10-30 20:50:23 +00:00
LTO
MC
Object
Option
ProfileData Add profile writing capabilities for sampling profiles. 2014-10-30 18:00:06 +00:00
Support Removing the static initializer in ManagedStatic.cpp by using llvm_call_once to initialize the ManagedStatic mutex. 2014-10-30 22:07:09 +00:00
TableGen
Target [AVX512] Added VBROADCAST{SS/SD} encoding for VL subset. 2014-10-30 14:21:47 +00:00
Transforms Fix Twine corruption problem with diagnostics. 2014-10-30 18:48:41 +00:00
CMakeLists.txt
LLVMBuild.txt
Makefile