[llvm] [DAGCombiner] Don't drop atomic property of original load. (PR #75626)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 18 05:01:18 PST 2023


RKSimon wrote:

We have various TLI.allowsMemoryAccess checks for load combines which should prevent merging consecutive atomic loads etc.

Is it worth doing the OriginalAlign fix as a preliminary patch? 

https://github.com/llvm/llvm-project/pull/75626


More information about the llvm-commits mailing list