[llvm] [X86] combineAndNotOrIntoAndNotAnd - don't fold other constant operands (PR #113264)

via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 22 12:07:51 PDT 2024


https://github.com/goldsteinn approved this pull request.

LGTM, although this type of re-ordering is liable to creating inf loops and this might be the only case. If this continues to be an issue we should probably drop the fold.

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


More information about the llvm-commits mailing list