Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D133673
[NFC][msan] Convert some code to early returns ClosedPublic Authored by vitalybuka on Sep 11 2022, 10:00 AM.
Details
Diff Detail
Event Timelinevitalybuka added inline comments. This revision is now accepted and ready to land.Sep 14 2022, 1:04 PM This revision was landed with ongoing or failed builds.Sep 14 2022, 7:16 PM Closed by commit rG2209be15a59a: [NFC][msan] Convert some code to early returns (authored by vitalybuka). · Explain Why This revision was automatically updated to reflect the committed changes. vitalybuka marked 2 inline comments as done.
Revision Contents
Diff 460285 llvm/lib/Transforms/Instrumentation/MemorySanitizer.cpp
llvm/test/Instrumentation/MemorySanitizer/masked-store-load.ll
|
Why is this reordering necessary? For consistency with below?