[PATCH] D78319: [GlobalISel][InlineAsm] Add support for basic input operand constraints
Konstantin Schwarz via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 11 04:47:45 PDT 2020
kschwarz added inline comments.
================
Comment at: llvm/lib/CodeGen/GlobalISel/InlineAsmLowering.cpp:451
+ << OpInfo.ConstraintCode << "'\n");
+
+ return false;
----------------
arsenm wrote:
> Extra newline
Is there a way to catch these formatting issues with clang-format? It doesn't remove those superfluous newlines for me
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78319/new/
https://reviews.llvm.org/D78319
More information about the llvm-commits
mailing list