[all-commits] [llvm/llvm-project] 83953c: APInt.cpp: Prune a stray semicolon.
NAKAMURA Takumi via All-commits
all-commits at lists.llvm.org
Thu Oct 17 04:11:05 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 83953c7df107af26ebf9ab82e01623c991637199
https://github.com/llvm/llvm-project/commit/83953c7df107af26ebf9ab82e01623c991637199
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M llvm/lib/Support/APInt.cpp
Log Message:
-----------
APInt.cpp: Prune a stray semicolon.
Commit: 5bcc66dc009893c55aefdcd16a0ca2dad315481b
https://github.com/llvm/llvm-project/commit/5bcc66dc009893c55aefdcd16a0ca2dad315481b
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M clang/lib/CodeGen/CoverageMappingGen.cpp
Log Message:
-----------
VisitIfStmt: Prune a redundant condition.
`S->isConsteval()` is evaluated at the top of this method.
Likely mis-merging in #75425
Commit: 40d9561b2d5651e3d2ffa057d2b89cb8d5146fb9
https://github.com/llvm/llvm-project/commit/40d9561b2d5651e3d2ffa057d2b89cb8d5146fb9
Author: NAKAMURA Takumi <geek4civic at gmail.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M compiler-rt/lib/profile/InstrProfilingMerge.c
Log Message:
-----------
InstrProfilingMerge.c: Fix potential misalignment in `SrcBitmapStart`
Currently it is not an issue. It will be a problem if Bitmap is
located after single byte counters.
Compare: https://github.com/llvm/llvm-project/compare/ab90d2793cf5...40d9561b2d56
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list