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

Timm Bäder via All-commits all-commits at lists.llvm.org
Tue Jun 15 15:32:05 PDT 2021


  Branch: refs/heads/release/12.x
  Home:   https://github.com/llvm/llvm-project
  Commit: f78f530bd38472f6bd058a0307484fc5edc57b7c
      https://github.com/llvm/llvm-project/commit/f78f530bd38472f6bd058a0307484fc5edc57b7c
  Author: Timm Bäder <tbaeder at redhat.com>
  Date:   2021-06-15 (Tue, 15 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

(cherry picked from commit a9e4f91adf59bbc72541b96dd30245eaeeedf3ce)




More information about the All-commits mailing list