[PATCH] D73985: [bpf] zero extension is required in BPF implementaiton so remove <<=32 >>=32

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 27 11:56:51 PDT 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG13f6c81c5d9a: [BPF] simplify zero extension with MOV_32_64 (authored by jrfastab, committed by yonghong-song).

Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D73985

Files:
  llvm/lib/Target/BPF/BPFISelLowering.cpp
  llvm/lib/Target/BPF/BPFInstrInfo.td
  llvm/lib/Target/BPF/BPFMIPeephole.cpp
  llvm/test/CodeGen/BPF/32-bit-subreg-cond-select.ll
  llvm/test/CodeGen/BPF/32-bit-subreg-peephole-phi-1.ll
  llvm/test/CodeGen/BPF/32-bit-subreg-peephole-phi-2.ll
  llvm/test/CodeGen/BPF/32-bit-subreg-peephole-phi-3.ll
  llvm/test/CodeGen/BPF/32-bit-subreg-peephole.ll
  llvm/test/CodeGen/BPF/32-bit-subreg-zext.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D73985.266616.patch
Type: text/x-patch
Size: 8424 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200527/b90b7ad1/attachment.bin>


More information about the llvm-commits mailing list