[PATCH] D135488: [codegen] Add StackFrameLayoutAnalysisPass

NAKAMURA Takumi via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jan 13 15:09:46 PST 2023


chapuni added inline comments.


================
Comment at: clang/test/Frontend/stack-layout-remark.c:24
+// YAML: Name:            StackLayout
+// YAML: DebugLoc:        { File: '{{.*}}stack-layout-remark.c', Line: [[# @LINE + 24]],
+// YAML: Function:        foo
----------------
chapuni wrote:
> `Line:` might be fed to the next line. I suggest;
> 
> ```
> // YAML: DebugLoc:        { File: '{{.*}}stack-layout-remark.c',{{[:space:]}}Line: [[# @LINE + 24]],
> ```
typo. `{{[:space:]}}*`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135488/new/

https://reviews.llvm.org/D135488



More information about the cfe-commits mailing list