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 d9472cc commit 4bdaaddCopy full SHA for 4bdaadd
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
@@ -143,8 +143,8 @@ WebAssemblyTargetLowering::WebAssemblyTargetLowering(
143
// Support minimum and maximum, which otherwise default to expand.
144
setOperationAction(ISD::FMINIMUM, T, Legal);
145
setOperationAction(ISD::FMAXIMUM, T, Legal);
146
- // When experimental vector f16 is enabled these instructions don't need to
147
- // be expanded for v8f16.
+ // When experimental v8f16 support is enabled these instructions don't need
+ // to be expanded.
148
if (T != MVT::v8f16) {
149
setOperationAction(ISD::FP16_TO_FP, T, Expand);
150
setOperationAction(ISD::FP_TO_FP16, T, Expand);
0 commit comments