[all-commits] [llvm/llvm-project] c6cd46: IRVerifier: Allow GlobalValue as llvm.threadlocal....
Matthias Braun via All-commits
all-commits at lists.llvm.org
Fri Apr 12 14:50:56 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c6cd4608c8c4a5356ae41ef05e67df3dc5d9500b
https://github.com/llvm/llvm-project/commit/c6cd4608c8c4a5356ae41ef05e67df3dc5d9500b
Author: Matthias Braun <matze at braunis.de>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M llvm/docs/LangRef.rst
M llvm/lib/IR/Verifier.cpp
A llvm/test/Verifier/threadlocal-pass.ll
A llvm/test/Verifier/threadlocal.ll
Log Message:
-----------
IRVerifier: Allow GlobalValue as llvm.threadlocal.address operand (#88321)
Loosen `llvm.threadlocal.address` verifier checks to allow any
`GlobalValue` with `isThreadLocal()` set to true.
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