[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 12:58:30 PDT 2023


yonghong-song added inline comments.


================
Comment at: llvm/lib/Target/BPF/BPFTargetTransformInfo.h:40
+        TLI(ST->getTargetLowering()) {
+    EnableMinMaxHoisting = false;
+  }
----------------
xbolva00 wrote:
> Extra comment why this optimization is disabled?
Sure. Will do.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147078



More information about the llvm-commits mailing list