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