[all-commits] [llvm/llvm-project] caa99a: Use llvm::popcount instead of llvm::countPopulatio...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sun Jan 22 12:49:05 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: caa99a01f5dd2f865df318a2f93abc811273a25d
https://github.com/llvm/llvm-project/commit/caa99a01f5dd2f865df318a2f93abc811273a25d
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-22 (Sun, 22 Jan 2023)
Changed paths:
M clang-tools-extra/pseudo/include/clang-pseudo/grammar/LRTable.h
M clang/lib/Basic/Sanitizers.cpp
M lldb/source/Plugins/TypeSystem/Clang/TypeSystemClang.cpp
M lldb/source/Symbol/CompactUnwindInfo.cpp
M llvm/include/llvm/ADT/APInt.h
M llvm/include/llvm/ADT/BitVector.h
M llvm/include/llvm/ADT/SmallBitVector.h
M llvm/include/llvm/ADT/SparseBitVector.h
M llvm/include/llvm/CodeGen/TargetLowering.h
M llvm/include/llvm/MC/LaneBitmask.h
M llvm/include/llvm/MC/SubtargetFeature.h
M llvm/include/llvm/MCA/HardwareUnits/ResourceManager.h
M llvm/lib/Analysis/MemoryProfileInfo.cpp
M llvm/lib/CodeGen/CodeGenPrepare.cpp
M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
M llvm/lib/CodeGen/MachinePipeliner.cpp
M llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
M llvm/lib/DebugInfo/PDB/Native/GlobalsStream.cpp
M llvm/lib/MC/MCSchedule.cpp
M llvm/lib/MCA/HardwareUnits/ResourceManager.cpp
M llvm/lib/MCA/InstrBuilder.cpp
M llvm/lib/MCA/Stages/ExecuteStage.cpp
M llvm/lib/Support/APInt.cpp
M llvm/lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstCombineIntrinsic.cpp
M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp
M llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
M llvm/lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp
M llvm/lib/Target/AMDGPU/Disassembler/AMDGPUDisassembler.cpp
M llvm/lib/Target/AMDGPU/EvergreenInstructions.td
M llvm/lib/Target/AMDGPU/MCTargetDesc/AMDGPUInstPrinter.cpp
M llvm/lib/Target/AMDGPU/SIISelLowering.cpp
M llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
M llvm/lib/Target/AMDGPU/SIInstructions.td
M llvm/lib/Target/AMDGPU/SILoadStoreOptimizer.cpp
M llvm/lib/Target/AMDGPU/SIRegisterInfo.h
M llvm/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
M llvm/lib/Target/Hexagon/HexagonISelDAGToDAGHVX.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.cpp
M llvm/lib/Target/Hexagon/MCTargetDesc/HexagonShuffler.h
M llvm/lib/Target/RISCV/MCTargetDesc/RISCVMatInt.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoZb.td
M llvm/lib/Target/SystemZ/SystemZSelectionDAGInfo.cpp
M llvm/lib/Target/X86/X86FloatingPoint.cpp
M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstrInfo.cpp
M llvm/tools/llvm-exegesis/lib/SchedClassResolution.cpp
M llvm/tools/llvm-readobj/ARMWinEHPrinter.cpp
M llvm/utils/TableGen/CodeGenDAGPatterns.h
M mlir/lib/Dialect/SPIRV/IR/SPIRVOps.cpp
M mlir/tools/mlir-tblgen/SPIRVUtilsGen.cpp
Log Message:
-----------
Use llvm::popcount instead of llvm::countPopulation(NFC)
More information about the All-commits
mailing list