mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-17 00:56:07 +00:00

We take the intersection of overflow flags while CSE'ing. This permits us to consider two instructions with different overflow behavior to be replaceable. llvm-svn: 267153