llvm/test/CodeGen/X86/pr57474.ll
0 → 100644
+31
−0
Loading
We feed the result from the first extractShiftForRotate call into the second, and that result might no longer be a shift op (usually due to constant folding). NOTE: We REALLY need to stop creating nodes on the fly inside extractShiftForRotate! Fixes Issue #57474