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.
Paths
| Differential D149192
[IR] Add interface to remove a CallBase string function attribute ClosedPublic Authored by tejohnson on Apr 25 2023, 2:13 PM.
Details Summary Adds an interface to remove a string function attribute attached to a This was extracted from D141077, and will be used by a follow on patch
Diff Detail
Event TimelineComment Actions lgtm
This revision is now accepted and ready to land.Apr 25 2023, 2:15 PM This revision was landed with ongoing or failed builds.Apr 26 2023, 8:47 AM Closed by commit rG85a13c716fdc: [IR] Add interface to remove a CallBase string function attribute (authored by tejohnson). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 517195 llvm/include/llvm/IR/InstrTypes.h
llvm/unittests/IR/InstructionsTest.cpp
|
ASSERT_TRUE since it doesn't make sense to continue if we fail here.