[PATCH] D123702: [NVPTX] Disable parens for identifiers starting with '$'

Andrew Savonichev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 13:04:44 PDT 2022


asavonic added a comment.

In D123702#3452464 <https://reviews.llvm.org/D123702#3452464>, @tra wrote:

> What happened this time? AFAICT CUDA bots were fine with the change.

The patch 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

It is probably because MAI is missing for some reason..


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123702



More information about the llvm-commits mailing list