[PATCH] D147968: [TTI][BPF]: Undo specific transform-preventing passes and add one TTI hook

David Li via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 18 14:30:37 PDT 2023


davidxl added a comment.

Considering the overall longer term maintenance cost to middle-end maintainers and the cost the BPF backend developers, this approach seems like the least intrusive method to me.  Middle end maintainers (nikic@) need to chime in if there are more concerns on the approach to unblock the progress.  The assumption is that more longer term solution will be explored further (e.g. legalization, or maintaining range info etc).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D147968



More information about the llvm-commits mailing list