[all-commits] [llvm/llvm-project] 697312: Fix FastISel dropping srcloc metadata from InlineAsm

Amanieu via All-commits all-commits at lists.llvm.org
Sat Jun 13 08:52:53 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 6973125cb746e185fc5e7823ec6422fc0670e15d
      https://github.com/llvm/llvm-project/commit/6973125cb746e185fc5e7823ec6422fc0670e15d
  Author: Amanieu d'Antras <amanieu at gmail.com>
  Date:   2020-06-13 (Sat, 13 Jun 2020)

  Changed paths:
    M llvm/lib/CodeGen/SelectionDAG/FastISel.cpp
    A llvm/test/CodeGen/AArch64/asm-srcloc.ll

  Log Message:
  -----------
  Fix FastISel dropping srcloc metadata from InlineAsm

Summary:
Bugzilla: https://bugs.llvm.org/show_bug.cgi?id=46060

I've also added the Extra_IsConvergent flag which was missing from FastISel.

Reviewers: echristo

Reviewed By: echristo

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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




More information about the All-commits mailing list