[all-commits] [llvm/llvm-project] d23a85: InstCombine: Increase threadlocal.address alignmen...
Matthias Braun via All-commits
all-commits at lists.llvm.org
Mon Apr 15 18:19:28 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d23a85066b5d89a47fde7b6777e0fc5a711b99d4
https://github.com/llvm/llvm-project/commit/d23a85066b5d89a47fde7b6777e0fc5a711b99d4
Author: Matthias Braun <matze at braunis.de>
Date: 2024-04-15 (Mon, 15 Apr 2024)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
A llvm/test/Transforms/InstCombine/threadlocal_address.ll
Log Message:
-----------
InstCombine: Increase threadlocal.address alignment if pointee is more aligned (#88435)
Increase alignment of `llvm.threadlocal.address` if the pointed to
global has higher alignment.
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