[all-commits] [llvm/llvm-project] b93ff3: [SimplifyCFG] Fix uint32_t overflow in cbranch to ...
Valery Pykhtin via All-commits
all-commits at lists.llvm.org
Wed Nov 15 03:08:17 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b93ff3e5ce1ce0273c390ae5a3e829e89ee8292b
https://github.com/llvm/llvm-project/commit/b93ff3e5ce1ce0273c390ae5a3e829e89ee8292b
Author: Valery Pykhtin <valery.pykhtin at gmail.com>
Date: 2023-11-15 (Wed, 15 Nov 2023)
Changed paths:
M llvm/lib/Transforms/Utils/SimplifyCFG.cpp
M llvm/test/Transforms/SimplifyCFG/branch-cond-dont-merge.ll
Log Message:
-----------
[SimplifyCFG] Fix uint32_t overflow in cbranch to cbranch merge prevention check. (#72329)
This fixes https://github.com/llvm/llvm-project/issues/72323.
Resulted from
https://github.com/llvm/llvm-project/commit/f054947c0da99ec8b3c4bb043e5225672420a313
More information about the All-commits
mailing list