[PATCH] D132330: [ADT] Simplify llvm::bit_cast (NFC)
Kazu Hirata via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Aug 21 10:26:46 PDT 2022
kazu marked an inline comment as done.
kazu added inline comments.
================
Comment at: llvm/include/llvm/ADT/bit.h:17
#include "llvm/Support/Compiler.h"
#include <cstring>
----------------
jloser wrote:
> I believe that we can remove this include now if you'd like to, right?
Good point!
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