We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dcec18 commit 3f2cbbdCopy full SHA for 3f2cbbd
llvm/lib/Target/AMDGPU/AMDGPUCombine.td
@@ -181,5 +181,5 @@ def AMDGPURegBankCombiner : GICombiner<
181
zext_trunc_fold, int_minmax_to_med3, ptr_add_immed_chain,
182
fp_minmax_to_clamp, fp_minmax_to_med3, fmed3_intrinsic_to_clamp,
183
identity_combines, redundant_and, constant_fold_cast_op,
184
- cast_of_cast_combines]> {
+ cast_of_cast_combines, sext_trunc]> {
185
}
0 commit comments