[llvm] [DAGCombine] Add DAG optimisation for BF16_TO_FP (PR #69426)
Craig Topper via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 26 20:34:37 PST 2023
================
@@ -1914,6 +1915,7 @@ void DAGCombiner::Run(CombineLevel AtLevel) {
SDValue DAGCombiner::visit(SDNode *N) {
// clang-format off
switch (N->getOpcode()) {
+ // clang-format off
----------------
topperc wrote:
There's already a clang-format off two lines up
https://github.com/llvm/llvm-project/pull/69426
More information about the llvm-commits
mailing list