[PATCH] D83251: [SystemZ] Allow specifying integer registers as part of the address calculation

Anirudh Prasad via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 7 06:57:44 PDT 2020


anirudhp updated this revision to Diff 276050.
anirudhp added a comment.

- Addressing the clang-tidy warning, adding const to the auto var
- Removing unnecessary parenthesis in a ternary assignment


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D83251

Files:
  llvm/lib/Target/SystemZ/AsmParser/SystemZAsmParser.cpp
  llvm/test/MC/SystemZ/insn-bad.s
  llvm/test/MC/SystemZ/insn-good-z13.s
  llvm/test/MC/SystemZ/insn-good-z14.s
  llvm/test/MC/SystemZ/insn-good-z15.s
  llvm/test/MC/SystemZ/insn-good.s
  llvm/test/MC/SystemZ/regs-good.s
  llvm/test/MC/SystemZ/tokens.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83251.276050.patch
Type: text/x-patch
Size: 40228 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200707/1765f094/attachment.bin>


More information about the llvm-commits mailing list