[all-commits] [llvm/llvm-project] 4a0816: [Attributor] Check HeapToStack's state for isKnown...
Joseph Huber via All-commits
all-commits at lists.llvm.org
Fri Jun 4 09:38:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4a08163c73d403aa7fd5baeff693b1986b6c8df2
https://github.com/llvm/llvm-project/commit/4a08163c73d403aa7fd5baeff693b1986b6c8df2
Author: Joseph Huber <jhuber6 at vols.utk.edu>
Date: 2021-06-04 (Fri, 04 Jun 2021)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
Log Message:
-----------
[Attributor] Check HeapToStack's state for isKnownHeapToStack
This patch changes the `isKnownHeapToStack` and `isAssumedHeapToStack`
member functions to return if a function call is going to be altered by
HeapToStack.
Reviewed By: jdoerfert
Differential Revision: https://reviews.llvm.org/D103574
More information about the All-commits
mailing list