[llvm] [LoongArch] Enable alias analysis by default (PR #114980)

Lu Weining via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 5 19:27:49 PST 2024


================

----------------
SixWeining wrote:

> define void @merge_load_store(ptr noalias nocapture noundef readonly align 1 dereferenceable(8) %src, ptr noalias nocapture noundef writeonly align 1 dereferenceable(8) %dst) unnamed_addr {

Are all these attributes beside `noalias` necessary for this test?

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


More information about the llvm-commits mailing list