In terms of https://llvm.org/docs/LangRef.html#cmpxchg-instruction,
the return type of chmpxchg is a pair {ty, i1}, while I think we
only wanted to set the shadow for the address 0th op, and it has type
ty.
Details
Details
- Reviewers
eugenis - Commits
- rGefc8f3311b57: [msan] Set cmpxchg shadow precisely
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo