"mlir/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "572c2905aeaef00a6fedfc4c54f21856ba4cc34e"
[APInt] Implement getLowBitsSet/getHighBitsSet/getBitsSet using setLowBits/setHighBits/setBits
This patch implements getLowBitsSet/getHighBitsSet/getBitsSet in terms of the new setLowBits/setHighBits/setBits methods by making an all 0s APInt and then calling the appropriate set method. This also adds support to setBits to allow loBits/hiBits to be in the other order to match with getBitsSet behavior. Differential Revision: https://reviews.llvm.org/D30563 llvm-svn: 297112
Loading
Please register or sign in to comment