[PATCH] D140382: [CodeGen] Add user interface for DetectDeadLanes
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jan 17 21:28:46 PST 2023
craig.topper added inline comments.
================
Comment at: llvm/include/llvm/CodeGen/DetectDeadLanes.h:41
+
+using namespace llvm;
+
----------------
We shouldn't have "using namespace llvm" in a header file
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140382/new/
https://reviews.llvm.org/D140382
More information about the llvm-commits
mailing list