lib/IR/AutoUpgrade.cpp:348 and lib/IR/AutoUpgrade.cpp:350 upset sanitizer.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/IR/AutoUpgrade.cpp | ||
---|---|---|
351 | Can we just move the setName call below the accesses to Name? I think that would be simpler and avoids the string copy. |
Can we just move the setName call below the accesses to Name? I think that would be simpler and avoids the string copy.