[all-commits] [llvm/llvm-project] 85a13c: [IR] Add interface to remove a CallBase string fun...
Teresa Johnson via All-commits
all-commits at lists.llvm.org
Wed Apr 26 08:47:36 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 85a13c716fdcb1cc59eda1ce6d8e52397edc07fd
https://github.com/llvm/llvm-project/commit/85a13c716fdcb1cc59eda1ce6d8e52397edc07fd
Author: Teresa Johnson <tejohnson at google.com>
Date: 2023-04-26 (Wed, 26 Apr 2023)
Changed paths:
M llvm/include/llvm/IR/InstrTypes.h
M llvm/unittests/IR/InstructionsTest.cpp
Log Message:
-----------
[IR] Add interface to remove a CallBase string function attribute
Adds an interface to remove a string function attribute attached to a
CallBase, and a corresponding unittest.
This was extracted from D141077, and will be used by a follow on patch
that removes memprof attributes when needed.
Reviewed By: snehasish
Differential Revision: https://reviews.llvm.org/D149192
More information about the All-commits
mailing list