[all-commits] [llvm/llvm-project] 28d22c: [GlobalISel][IRTranslator] Add special case suppor...

AE via All-commits all-commits at lists.llvm.org
Fri Feb 7 08:55:31 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 28d22c2c9c3199c60ba8ff0a06d06a6ff70b609d
      https://github.com/llvm/llvm-project/commit/28d22c2c9c3199c60ba8ff0a06d06a6ff70b609d
  Author: Amara Emerson <aemerson at apple.com>
  Date:   2020-02-07 (Fri, 07 Feb 2020)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/IRTranslator.cpp
    A llvm/test/CodeGen/AArch64/GlobalISel/translate-inline-asm.ll

  Log Message:
  -----------
  [GlobalISel][IRTranslator] Add special case support for ~memory inline asm clobber.

This is a one off special case, since actually implementing full inline asm
support will be much more involved. This lets us compile a lot more code as a
common simple case.

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




More information about the All-commits mailing list