[all-commits] [llvm/llvm-project] 5193f2: Revert "[NVPTX] Disable parens for identifiers sta...

Andrew Savonichev via All-commits all-commits at lists.llvm.org
Thu Apr 14 11:26:58 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 5193f2a55816c484c3343a5fc04dbd30e22a372c
      https://github.com/llvm/llvm-project/commit/5193f2a55816c484c3343a5fc04dbd30e22a372c
  Author: Andrew Savonichev <andrew.savonichev at gmail.com>
  Date:   2022-04-14 (Thu, 14 Apr 2022)

  Changed paths:
    M llvm/include/llvm/MC/MCAsmInfo.h
    M llvm/lib/MC/MCExpr.cpp
    M llvm/lib/Target/NVPTX/MCTargetDesc/NVPTXMCAsmInfo.cpp
    R llvm/test/CodeGen/NVPTX/no-extra-parens.ll

  Log Message:
  -----------
  Revert "[NVPTX] Disable parens for identifiers starting with '$'"

This reverts commit 78d70a1c976934587e6d4c5698c348b8f09d9d96.

Failed on Mips32:
https://lab.llvm.org/buildbot#builders/109/builds/36628

   # CHECK: # fixup A - offset: 0, value: ($tmp0), kind: fixup_Mips_26
   <stdin>:580:2: note: possible intended match here
   # fixup A - offset: 0, value: $tmp0, kind: fixup_Mips_26




More information about the All-commits mailing list