[PATCH] D107534: Add a pass to garbage-collect empty basic blocks after code generation.
Rahman Lavaee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 23 10:46:46 PDT 2023
rahmanl marked an inline comment as done.
rahmanl added inline comments.
================
Comment at: llvm/lib/CodeGen/GCEmptyBasicBlocks.cpp:1
+#include "llvm/ADT/SmallVector.h"
+#include "llvm/ADT/Statistic.h"
----------------
lkail wrote:
> It's missing a file header. https://llvm.org/docs/CodingStandards.html#id9.
Thanks. Done in 7dc65662730c4d156d08a26a64f5d353ad9bbd08
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D107534/new/
https://reviews.llvm.org/D107534
More information about the llvm-commits
mailing list