[PATCH] D89964: [WIP][SDag] Allow targets to simplify generic nodes using demanded bits info

Craig Topper via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 22 10:33:04 PDT 2020


craig.topper added a comment.

An alternative I thought of is to add a target hook to ShrinkDemandedOp similar to the one we have in ShrinkDemandedConstant. Or might be able to just make ShrinkDemandedOp virtual?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D89964



More information about the llvm-commits mailing list