[PATCH] D147078: [LICM][BPF] Disable hoistMinMax() optimization for BPF target

Yonghong Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 14:18:58 PDT 2023


yonghong-song updated this revision to Diff 509814.
yonghong-song added a comment.

- Add a comment to explain why bpf backend wants to disable MinMaxHoisting optimization.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147078

Files:
  llvm/include/llvm/Transforms/Scalar/LICM.h
  llvm/lib/Target/BPF/BPFTargetTransformInfo.h
  llvm/lib/Target/BPF/CMakeLists.txt
  llvm/lib/Transforms/Scalar/LICM.cpp
  llvm/test/CodeGen/BPF/licm-minmax-hoisted.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147078.509814.patch
Type: text/x-patch
Size: 6461 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230330/7bba006f/attachment-0001.bin>


More information about the llvm-commits mailing list