[all-commits] [llvm/llvm-project] 0dd437: [LICM] Fix dropped metadata (#95221)
Tim Gymnich via All-commits
all-commits at lists.llvm.org
Wed Jun 19 01:23:14 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0dd43774a6bce935f34f9deaf89451cfab34c7ab
https://github.com/llvm/llvm-project/commit/0dd43774a6bce935f34f9deaf89451cfab34c7ab
Author: Tim Gymnich <tim at gymni.ch>
Date: 2024-06-19 (Wed, 19 Jun 2024)
Changed paths:
M llvm/lib/Transforms/Scalar/LICM.cpp
A llvm/test/Transforms/LICM/licm-ci.ll
Log Message:
-----------
[LICM] Fix dropped metadata (#95221)
LICM drops metadata for call instructions when cloning instructions.
This patch just adds the missing `copyMetadata`.
Fixes #91919.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list