[all-commits] [llvm/llvm-project] 0e739d: [MergeICmps] Attach metadata to new created loads

Allen via All-commits all-commits at lists.llvm.org
Fri Apr 7 19:51:01 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 0e739ddd17522c648a07a3700d3d68dbbcf5ff12
      https://github.com/llvm/llvm-project/commit/0e739ddd17522c648a07a3700d3d68dbbcf5ff12
  Author: Zhongyunde <zhongyunde at huawei.com>
  Date:   2023-04-08 (Sat, 08 Apr 2023)

  Changed paths:
    M llvm/lib/Transforms/Scalar/MergeICmps.cpp
    M llvm/test/Transforms/MergeICmps/X86/alias-merge-blocks.ll
    M llvm/test/Transforms/MergeICmps/X86/entry-block-shuffled-2.ll

  Log Message:
  -----------
  [MergeICmps] Attach metadata to new created loads

Use clone to keep the metadata, the issue is reported
by aeubanks on D141188.

Reviewed By: nikic, paulwalker-arm

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




More information about the All-commits mailing list