Skip to content

Commit 160ee34

Browse files
committed
Re-implement explicit default assignment
1 parent 6108e7a commit 160ee34

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

llvm/lib/CodeGen/TargetLoweringBase.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -835,6 +835,9 @@ void TargetLoweringBase::initActions() {
835835
setOperationAction(ISD::GET_FPENV, VT, Expand);
836836
setOperationAction(ISD::SET_FPENV, VT, Expand);
837837
setOperationAction(ISD::RESET_FPENV, VT, Expand);
838+
839+
for (MVT InputVT : MVT::all_valuetypes())
840+
setPartialReduceMLAAction(VT, InputVT, Expand);
838841
}
839842

840843
// Most targets ignore the @llvm.prefetch intrinsic.

0 commit comments

Comments
 (0)