[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
Fri May 22 17:42:17 PDT 2020
yonghong-song added a comment.
Thanks! The change looks good. There are 5 more tests need adjustment with this optimization. Could you fix them as well?
Failing Tests (5):
LLVM :: CodeGen/BPF/32-bit-subreg-cond-select.ll
LLVM :: CodeGen/BPF/32-bit-subreg-peephole-phi-1.ll
LLVM :: CodeGen/BPF/32-bit-subreg-peephole-phi-2.ll
LLVM :: CodeGen/BPF/32-bit-subreg-peephole-phi-3.ll
LLVM :: CodeGen/BPF/32-bit-subreg-peephole.ll
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73985/new/
https://reviews.llvm.org/D73985
More information about the llvm-commits
mailing list