[llvm] [DAGCombiner] Port custom DAG combine for `rem` from NVPTX (PR #210344)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 17 07:54:11 PDT 2026
================
----------------
arsenm wrote:
I wouldn't bother with the check and just update the test. It doesn't make sense to disable a specific combine at -O0, it needs to be applied globally. People have tried to disable DAGCombiner at -O0 before but it's never quite stuck
https://github.com/llvm/llvm-project/pull/210344
More information about the llvm-commits
mailing list