[all-commits] [llvm/llvm-project] 34362c: LoopIdiomRecognize: update comment about ctpop (NF...
Ramkumar Ramachandra via All-commits
all-commits at lists.llvm.org
Tue Oct 31 07:55:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 34362c6ec6635a22910d5dce339b0934c799ebf6
https://github.com/llvm/llvm-project/commit/34362c6ec6635a22910d5dce339b0934c799ebf6
Author: Ramkumar Ramachandra <Ramkumar.Ramachandra at imgtec.com>
Date: 2023-10-31 (Tue, 31 Oct 2023)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
Log Message:
-----------
LoopIdiomRecognize: update comment about ctpop (NFC) (#70812)
Ever since 95de7c3, LoopIdiomRecognize has been able to recognize the
ctpop idiom, with target-specific lowering information. However, the
comment in the header about ctpop not being recognized is outdated.
Remove it.
More information about the All-commits
mailing list