to workaround https://github.com/llvm/llvm-project/issues/62842,
per the test this issue only surfaces when compiling the tree
with
ae7bf2b80b
which is included in Clang version 16, and the issue disappears
when the tree is compiled with -O0.
Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>
Closes #14391