[PATCH] D81711: [SDAG] Add new AssertAlign ISD node.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 15 08:07:22 PDT 2020
hliao marked an inline comment as done.
hliao added inline comments.
================
Comment at: llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp:138
+static cl::opt<bool>
+ InsertAssertAlign("insert-assert-align", cl::init(true),
----------------
arsenm wrote:
> Not sure we really need this?
That's a hidden option disabling `AssertAlign` inserting to make the debug of regressions easier.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D81711/new/
https://reviews.llvm.org/D81711
More information about the llvm-commits
mailing list