[llvm] [CodeGen] Mark LIFETIME_START and LIFETIME_END as mayLoad/mayStore (PR #211179)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 22 01:00:06 PDT 2026


https://github.com/arsenm commented:

This probably isn't the right modeling. The meaning of "mayLoad" / "mayStore" is closer to has-memoperand. Now these will be treated as hasOrderedMemoryRef which is too strong 

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


More information about the llvm-commits mailing list