[PATCH] D65618: [BPF] Handling type conversions correctly for CO-RE

Phabricator via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 2 16:19:23 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL367735: [BPF] Handling type conversions correctly for CO-RE (authored by yhs, committed by ).

Changed prior to commit:
  https://reviews.llvm.org/D65618?vs=213138&id=213139#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D65618/new/

https://reviews.llvm.org/D65618

Files:
  llvm/trunk/lib/Target/BPF/BPFAbstractMemberAccess.cpp
  llvm/trunk/lib/Target/BPF/BTFDebug.cpp
  llvm/trunk/lib/Target/BPF/BTFDebug.h
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-cast-array-1.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-cast-array-2.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-1.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-2.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-cast-struct-3.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-cast-union-1.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-cast-union-2.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-global-1.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-global-2.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-global-3.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-ignore.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-multi-array-1.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-multi-array-2.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-pointer-1.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-pointer-2.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-struct-anonymous.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-struct-array.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-typedef-array.ll
  llvm/trunk/test/CodeGen/BPF/CORE/offset-reloc-typedef.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65618.213139.patch
Type: text/x-patch
Size: 127110 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190802/0c6d2c54/attachment.bin>


More information about the llvm-commits mailing list