[PATCH] D51723: [XRay] Add a BlockVerifier visitor for FDR Records
Eizan Miyamoto via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 6 17:46:42 PDT 2018
eizan added inline comments.
================
Comment at: llvm/lib/XRay/BlockVerifier.cpp:62
+ {State::Unknown,
+ {mask(State::BufferExtents) | mask(State::NewBuffer)}},
+
----------------
I presume State::WallClockTime has an underlying value of 3, so won't 3<<1 also pass (1 | 2)<<1 ?
https://reviews.llvm.org/D51723
More information about the llvm-commits
mailing list