[llvm] [SandboxIR][NFC] GenericSetter tracker class (PR #102260)
via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 7 14:20:01 PDT 2024
================
@@ -687,7 +689,10 @@ void LoadInst::dump() const {
void StoreInst::setVolatile(bool V) {
auto &Tracker = Ctx.getTracker();
if (Tracker.isTracking())
- Tracker.track(std::make_unique<SetVolatile>(this, Tracker));
+ Tracker.track(
----------------
vporpo wrote:
I fixed the ones related to this patch, but there are plenty more. I will fix them separately.
https://github.com/llvm/llvm-project/pull/102260
More information about the llvm-commits
mailing list