[all-commits] [llvm/llvm-project] b4b6d6: [NFC] New test case for BasicAA and memcy/memmove ...

ebrevnov via All-commits all-commits at lists.llvm.org
Mon Jan 24 04:53:45 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b4b6d6374e2e04640a2afa0415ba326f6d7be9b7
      https://github.com/llvm/llvm-project/commit/b4b6d6374e2e04640a2afa0415ba326f6d7be9b7
  Author: Evgeniy Brevnov <ybrevnov at azul.com>
  Date:   2022-01-24 (Mon, 24 Jan 2022)

  Changed paths:
    M llvm/test/Analysis/BasicAA/deoptimize.ll

  Log Message:
  -----------
  [NFC] New test case for BasicAA and memcy/memmove with deopt

New test checks results of BasicAA for llvm.memcpy.*/llvm.memmove.* intrinsics in presence of deopt bundle. By specification expected result for unrelated global memory should be Ref. Currently this is not the case and will be fixed in upcoming patches.

Reviewed By: fhahn

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




More information about the All-commits mailing list