[PATCH] D119019: [ADT] Add APInt/MathExtras isShiftedMask variant returning mask offset/length

Simon Pilgrim via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 4 12:40:18 PST 2022


RKSimon updated this revision to Diff 406076.
RKSimon added a comment.

Update APInt::isShiftedMask description


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D119019

Files:
  llvm/include/llvm/ADT/APInt.h
  llvm/include/llvm/Support/MathExtras.h
  llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
  llvm/lib/Target/AMDGPU/AMDGPUISelLowering.cpp
  llvm/lib/Target/Mips/MipsISelLowering.cpp
  llvm/lib/Target/X86/X86InstCombineIntrinsic.cpp
  llvm/unittests/ADT/APIntTest.cpp
  llvm/unittests/Support/MathExtrasTest.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119019.406076.patch
Type: text/x-patch
Size: 13019 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220204/cb634b60/attachment.bin>


More information about the llvm-commits mailing list