The following instances of undef are used as placeholders for aggregate construction so this patch intends to replace them with poison.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D139789
Use poison instead of undef where its used as a placeholder [NFC] ClosedPublic Authored by ManuelJBrito on Dec 11 2022, 9:06 AM.
Details Summary The following instances of undef are used as placeholders for aggregate construction so this patch intends to replace them with poison.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 11 2022, 9:16 AM This revision was landed with ongoing or failed builds.Dec 11 2022, 9:18 AM Closed by commit rG45a892d0124a: Use poison instead of undef where its used as a placeholder [NFC] (authored by ManuelJBrito, committed by nlopes). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 481919 llvm/lib/Analysis/ValueTracking.cpp
llvm/lib/CodeGen/SjLjEHPrepare.cpp
llvm/lib/Target/SPIRV/SPIRVPrepareFunctions.cpp
llvm/lib/Transforms/Instrumentation/ThreadSanitizer.cpp
llvm/test/Instrumentation/ThreadSanitizer/atomic.ll
|