Details
Details
Diff Detail
Diff Detail
Event Timeline
llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp | ||
---|---|---|
233 | The extended string literal syntax would aid readability here, e.g. const char* s1 = R"ir( Hello World )ir"; |
Paths
| Differential D68095
Add a unittest to verify for assumption cache ClosedPublic Authored by hiraditya on Sep 26 2019, 11:39 AM.
Details
Diff Detail Event Timelinehiraditya added a parent revision: D67941: Invalidate assumption cache before outlining..Sep 29 2019, 7:15 PM
hiraditya marked an inline comment as done. This revision is now accepted and ready to land.Oct 1 2019, 1:22 PM Closed by commit rL373811: Add a unittest to verify for assumption cache (authored by hiraditya). · Explain WhyOct 4 2019, 4:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 222594 llvm/unittests/Transforms/Utils/CodeExtractorTest.cpp
|
The extended string literal syntax would aid readability here, e.g.