Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Not too important, but I'd find it preferable to delete the debug intrinsics for variables other than the one being tested, to reduce noise when reading the test. You could also remove debug intrinsics that aren't needed for the test to work, but YMMV on that.
llvm/test/DebugInfo/Generic/assignment-tracking/codegenprepare/sunk-addr.ll | ||
---|---|---|
5–6 |
Comment Actions
Note to self: the test no longer works with opaque pointers, so I'll need to regenerate it.