[PATCH] D123652: Add use condition for combine SetCCMOVMSK

Phoebe Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 13 21:11:46 PDT 2022


pengfei added a comment.

Maybe use `llvm-reduce` to reduce the original IR? You can use `llvm-extract --bb=FunctionName:DAGCombineBB YourIR.ll` to get the bb first.


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

https://reviews.llvm.org/D123652



More information about the llvm-commits mailing list