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

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 30 11:46:35 PDT 2023


xbolva00 added inline comments.


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


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