[PATCH] D132330: [ADT] Simplify llvm::bit_cast (NFC)
Joe Loser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 21 09:47:00 PDT 2022
jloser added inline comments.
================
Comment at: llvm/include/llvm/ADT/bit.h:17
#include "llvm/Support/Compiler.h"
#include <cstring>
----------------
I believe that we can remove this include now if you'd like to, right?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132330/new/
https://reviews.llvm.org/D132330
More information about the llvm-commits
mailing list