[all-commits] [llvm/llvm-project] 0a838a: [GuardWidening] Add test showing incorrect behavio...
serguei-katkov via All-commits
all-commits at lists.llvm.org
Wed May 25 23:05:44 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a838ad517073e0c866a91661a0c2eb0ad0f77a8
https://github.com/llvm/llvm-project/commit/0a838ad517073e0c866a91661a0c2eb0ad0f77a8
Author: Serguei Katkov <serguei.katkov at azul.com>
Date: 2022-05-26 (Thu, 26 May 2022)
Changed paths:
M llvm/test/Transforms/GuardWidening/range-check-merging.ll
Log Message:
-----------
[GuardWidening] Add test showing incorrect behavior with nuw/nsw flags
when we move instruction over the guard we must clear nuw/nsw flags
but we do not.
More information about the All-commits
mailing list