Skip to content

Commit

Permalink
Upgrade LLVM once more to get a bugfix
Browse files Browse the repository at this point in the history
@tmiasko did some digging and discovered that
https://reviews.llvm.org/D22858 may be relevant.
  • Loading branch information
badboy committed Aug 1, 2016
1 parent 7c0cd30 commit 5d1d247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/llvm
Submodule llvm updated 37 files
+6 −0 include/llvm/IR/IntrinsicsX86.td
+10 −9 lib/Analysis/ConstantFolding.cpp
+4 −1 lib/Analysis/InstructionSimplify.cpp
+9 −2 lib/CodeGen/SelectionDAG/SelectionDAG.cpp
+0 −8 lib/IR/AutoUpgrade.cpp
+13 −9 lib/Target/AMDGPU/AMDGPUAsmPrinter.cpp
+2 −1 lib/Target/AMDGPU/AMDGPUInstructions.td
+11 −36 lib/Target/AMDGPU/AMDGPUPromoteAlloca.cpp
+20 −5 lib/Target/AMDGPU/R600ISelLowering.cpp
+2 −1 lib/Target/AMDGPU/R600ISelLowering.h
+2 −1 lib/Target/AMDGPU/SIInstrInfo.cpp
+10 −0 lib/Target/AMDGPU/SIInstructions.td
+2 −1 lib/Target/AMDGPU/SIMachineFunctionInfo.cpp
+6 −3 lib/Target/AMDGPU/SIRegisterInfo.cpp
+2 −1 lib/Target/AMDGPU/SIRegisterInfo.h
+25 −10 lib/Target/X86/X86InstrSSE.td
+4 −1 lib/Transforms/InstCombine/InstCombineSelect.cpp
+29 −6 test/CodeGen/AMDGPU/amdgpu.private-memory.ll
+22 −1 test/CodeGen/AMDGPU/fp_to_sint.f64.ll
+25 −3 test/CodeGen/AMDGPU/fp_to_sint.ll
+22 −1 test/CodeGen/AMDGPU/fp_to_uint.f64.ll
+28 −2 test/CodeGen/AMDGPU/fp_to_uint.ll
+8 −0 test/CodeGen/AMDGPU/invalid-opencl-version-metadata1.ll
+9 −0 test/CodeGen/AMDGPU/invalid-opencl-version-metadata2.ll
+9 −0 test/CodeGen/AMDGPU/invalid-opencl-version-metadata3.ll
+91 −28 test/CodeGen/AMDGPU/vector-alloca.ll
+4 −2 test/CodeGen/X86/avx-intrinsics-fast-isel.ll
+1 −24 test/CodeGen/X86/avx-intrinsics-x86-upgrade.ll
+35 −2 test/CodeGen/X86/avx-intrinsics-x86.ll
+5 −6 test/CodeGen/X86/sse-intrinsics-fast-isel-x86_64.ll
+7 −11 test/CodeGen/X86/sse-intrinsics-fast-isel.ll
+5 −6 test/CodeGen/X86/sse2-intrinsics-fast-isel-x86_64.ll
+37 −3 test/CodeGen/X86/sse2-intrinsics-fast-isel.ll
+1 −12 test/CodeGen/X86/sse2-intrinsics-x86-upgrade.ll
+55 −1 test/CodeGen/X86/sse2-intrinsics-x86.ll
+5 −3 test/Transforms/ConstProp/calls.ll
+23 −0 test/Transforms/InstCombine/select.ll

0 comments on commit 5d1d247

Please sign in to comment.