[PATCH] D100322: [ConstantMerge] Don't merge thread_local constants with non-thread_local constants

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 28 09:51:18 PDT 2021


mehdi_amini added a comment.

Reading the bug description, it seems that if the  TLS constant as an unnamed address we should be able to merge it into a non-TLS constant?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D100322/new/

https://reviews.llvm.org/D100322



More information about the llvm-commits mailing list