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 b568ed4 commit dc22605Copy full SHA for dc22605
llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
@@ -45,7 +45,8 @@ class WebAssemblyTargetLowering final : public TargetLowering {
45
/// right decision when generating code for different targets.
46
const WebAssemblySubtarget *Subtarget;
47
48
- bool shouldExpandPartialReductionIntrinsic(const IntrinsicInst *I) const override;
+ bool
49
+ shouldExpandPartialReductionIntrinsic(const IntrinsicInst *I) const override;
50
AtomicExpansionKind shouldExpandAtomicRMWInIR(AtomicRMWInst *) const override;
51
bool shouldScalarizeBinop(SDValue VecOp) const override;
52
FastISel *createFastISel(FunctionLoweringInfo &FuncInfo,
0 commit comments