[all-commits] [llvm/llvm-project] ac6061: [Analysis] Add new function isDereferenceableReadO...
David Sherwood via All-commits
all-commits at lists.llvm.org
Fri Jul 19 02:06:45 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac6061e084250a377baa552842261797aa6da6a8
https://github.com/llvm/llvm-project/commit/ac6061e084250a377baa552842261797aa6da6a8
Author: David Sherwood <david.sherwood at arm.com>
Date: 2024-07-19 (Fri, 19 Jul 2024)
Changed paths:
M llvm/include/llvm/Analysis/Loads.h
M llvm/lib/Analysis/Loads.cpp
M llvm/unittests/Analysis/LoadsTest.cpp
Log Message:
-----------
[Analysis] Add new function isDereferenceableReadOnlyLoop (#97292)
I created this patch due to a reviewer request on PR #88385 to split off
the analysis changes, however without the other code in that PR I can
only test the new function with unit tests.
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