[PATCH] D69032: [APInt] add wrapping support for APInt::setBits

ChenZheng via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 00:19:39 PST 2019


shchenz added a comment.

Sorry for the delay. I use the method suggested in https://reviews.llvm.org/rL301769. The patch using this feature is https://reviews.llvm.org/D70374.
We want to set bits for mask of PPC instruciton `rlwinm`. That instruction supports wrap masks.


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

https://reviews.llvm.org/D69032





More information about the llvm-commits mailing list