[all-commits] [llvm/llvm-project] a9e4f9: [llvm][PPC] Add missing case for 'I' asm memory op...

tbaederr via All-commits all-commits at lists.llvm.org
Thu Jun 10 04:08:14 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9e4f91adf59bbc72541b96dd30245eaeeedf3ce
      https://github.com/llvm/llvm-project/commit/a9e4f91adf59bbc72541b96dd30245eaeeedf3ce
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2021-06-10 (Thu, 10 Jun 2021)

  Changed paths:
    M llvm/lib/Target/PowerPC/PPCAsmPrinter.cpp
    A llvm/test/CodeGen/PowerPC/asm-template-I.ll

  Log Message:
  -----------
  [llvm][PPC] Add missing case for 'I' asm memory operands

>From https://llvm.org/docs/LangRef.html#asm-template-argument-modifiers:

I: Print the letter ‘i’ if the operand is an integer constant,
otherwise nothing. Used to print ‘addi’ vs ‘add’ instructions.

Differential Revision: https://reviews.llvm.org/D103968




More information about the All-commits mailing list