Freeze always returns a defined value. This also prevents msan from checking the input shadow, which happened because freeze wasn't explicitly visited.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Differential D85040
[MSAN] Instrument freeze instruction by clearing shadow guiand on Jul 31 2020, 11:55 AM. Authored by
Details Freeze always returns a defined value. This also prevents msan from checking the input shadow, which happened because freeze wasn't explicitly visited.
Diff Detail
Unit Tests Event Timeline |
This does not override anything (try visitFreezeInst).