[llvm] [DAGCombiner] Set shift flags during visit. (PR #91239)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Mon May 6 20:10:47 PDT 2024


topperc wrote:

I'm a bit surprised this code works. Shouldn't the new node have tried to CSE with the original node? I thought that would intersect the flags causing the new flags to be dropped.

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


More information about the llvm-commits mailing list