[llvm] [IR] Add disjoint flag for Or instructions. (PR #72583)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 17 00:48:03 PST 2023


https://github.com/nikic commented:

This basically looks fine to me.

This is missing the flag drop in InstCombineSimplifyDemanded.

Can you please also add a test to llvm/test/Transforms/SimplifyCFG/HoistCode.ll to cover the flag intersect?

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


More information about the llvm-commits mailing list