[all-commits] [llvm/llvm-project] b091c9: LLParser: Accept align(N) as new syntax for parame...

Matt Arsenault via All-commits all-commits at lists.llvm.org
Fri Jun 26 15:18:25 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b091c9a3e180f45c35a7e1fdd8e383c0098d9210
      https://github.com/llvm/llvm-project/commit/b091c9a3e180f45c35a7e1fdd8e383c0098d9210
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2020-06-26 (Fri, 26 Jun 2020)

  Changed paths:
    M llvm/docs/LangRef.rst
    M llvm/lib/AsmParser/LLParser.cpp
    M llvm/lib/AsmParser/LLParser.h
    A llvm/test/Assembler/align-param-attr-error0.ll
    A llvm/test/Assembler/align-param-attr-error1.ll
    A llvm/test/Assembler/align-param-attr-error2.ll
    A llvm/test/Assembler/align-param-attr-format.ll

  Log Message:
  -----------
  LLParser: Accept align(N) as new syntax for parameter attribute

Every other value parameter attribute uses parentheses, so accept this
as the preferred modern syntax. Updating everything to use the new
syntax is left for a future change.




More information about the All-commits mailing list