[all-commits] [llvm/llvm-project] 1e1aef: Analysis: Pass AssumptionCache through isKnownNonZero
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Tue Sep 20 06:43:45 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1e1aefbf70007307b0a4a29400c4cd04ec1857ba
https://github.com/llvm/llvm-project/commit/1e1aefbf70007307b0a4a29400c4cd04ec1857ba
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M llvm/lib/Analysis/Loads.cpp
Log Message:
-----------
Analysis: Pass AssumptionCache through isKnownNonZero
Pass this through now that isDereferenceableAndAlignedPointer has
access to this.
Commit: 1a18fe65d321cb47d43682bd515afb140caccd47
https://github.com/llvm/llvm-project/commit/1a18fe65d321cb47d43682bd515afb140caccd47
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2022-09-20 (Tue, 20 Sep 2022)
Changed paths:
M llvm/lib/Analysis/Loads.cpp
Log Message:
-----------
Analysis: Remove redundant assertion
This assert guards the same assertion inside getTypeStoreSizeInBits
Compare: https://github.com/llvm/llvm-project/compare/0015edeefd74...1a18fe65d321
More information about the All-commits
mailing list