[llvm] [SelectionDAG]: Add more cases for UDIV, SDIV, SRA, and SRL (PR #89522)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Sun Apr 21 03:41:31 PDT 2024


https://github.com/RKSimon commented:

Please can you compare with the ValueTracking.cpp implementations? You'd be better off adding new handling in there first (and then updating SelectionDAG to match) as we have much better fuzz testing in the middle end for this kind of thing than in the backend.

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


More information about the llvm-commits mailing list