[all-commits] [llvm/llvm-project] 1494d8: [AMDGPU] Always Inline preserved analyses (#91198)
jofrn via All-commits
all-commits at lists.llvm.org
Thu May 9 03:17:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1494d8849fa2aef575dabd431b0060639f4a57c1
https://github.com/llvm/llvm-project/commit/1494d8849fa2aef575dabd431b0060639f4a57c1
Author: jofrn <jofernau at amd.com>
Date: 2024-05-09 (Thu, 09 May 2024)
Changed paths:
M llvm/lib/Target/AMDGPU/AMDGPUAlwaysInlinePass.cpp
Log Message:
-----------
[AMDGPU] Always Inline preserved analyses (#91198)
When replacing all uses, the structural-hash of the IR can change, so
keep track of changes using Changed variable and return it to pass
manager.
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