[PATCH] D141798: Remove ZeroBehavior of countLeadingZeros and the like (NFC)

Kazu Hirata via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 18 18:22:58 PST 2023


kazu updated this revision to Diff 490348.
kazu added a comment.

Updated the patch to leave findFirstSet and findLastSet untouched.

Added a comment about the behavior on 0/max input.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D141798

Files:
  llvm/include/llvm/Support/MathExtras.h
  llvm/lib/Target/AMDGPU/AMDGPUCallLowering.cpp
  llvm/lib/Target/AMDGPU/SIISelLowering.cpp
  llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
  llvm/lib/Transforms/IPO/LowerTypeTests.cpp
  llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
  mlir/lib/Bytecode/Reader/BytecodeReader.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D141798.490348.patch
Type: text/x-patch
Size: 10482 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230119/57149cf7/attachment.bin>


More information about the llvm-commits mailing list