[PATCH] D39758: CodeGen: Fix pointer info in SplitVecOp_EXTRACT_VECTOR_ELT

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Dec 2 14:14:00 PST 2017


This revision was automatically updated to reflect the committed changes.
Closed by commit rL319622: CodeGen: Fix pointer info in… (authored by yaxunl).

Changed prior to commit:
  https://reviews.llvm.org/D39758?vs=125212&id=125277#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D39758

Files:
  llvm/trunk/include/llvm/CodeGen/MachineMemOperand.h
  llvm/trunk/lib/CodeGen/MachineOperand.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/trunk/lib/CodeGen/SelectionDAG/TargetLowering.cpp
  llvm/trunk/test/CodeGen/AMDGPU/extload-align.ll
  llvm/trunk/test/CodeGen/AMDGPU/extract_vector_elt-f16.ll
  llvm/trunk/test/CodeGen/AMDGPU/extract_vector_elt-f64.ll
  llvm/trunk/test/CodeGen/AMDGPU/extract_vector_elt-i16.ll
  llvm/trunk/test/CodeGen/AMDGPU/extract_vector_elt-i64.ll
  llvm/trunk/test/CodeGen/AMDGPU/extract_vector_elt-i8.ll
  llvm/trunk/test/CodeGen/AMDGPU/insert_vector_elt.ll
  llvm/trunk/test/CodeGen/AMDGPU/scratch-simple.ll
  llvm/trunk/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot-compute.ll
  llvm/trunk/test/CodeGen/AMDGPU/vgpr-spill-emergency-stack-slot.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D39758.125277.patch
Type: text/x-patch
Size: 23122 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20171202/058f0afe/attachment.bin>


More information about the llvm-commits mailing list