[llvm] [SimplifyCFG][Attributes] Preserve some non-equal attrs when intersecting (PR #111014)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 3 10:06:39 PDT 2024


https://github.com/nikic requested changes to this pull request.

Not willing to take this if it doesn't have an effect.

The `readnone` problem should be resolved by replacing it with `readonly writeonly`, which will also address this pain point in many other places, not just here.

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


More information about the llvm-commits mailing list