Skip to content

Commit

Permalink
[WASM] Precommit WebAssemblyISelLowering.cpp format changes for D147198
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Rong <PeterRong96@gmail.com>
  • Loading branch information
DataCorrupted committed Mar 30, 2023
1 parent 7b67e96 commit 163d7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -196,7 +196,7 @@ WebAssemblyTargetLowering::WebAssemblyTargetLowering(

// Support splatting
for (auto T : {MVT::v16i8, MVT::v8i16, MVT::v4i32, MVT::v4f32, MVT::v2i64,
MVT::v2f64})
MVT::v2f64})
setOperationAction(ISD::SPLAT_VECTOR, T, Legal);

// Custom lowering since wasm shifts must have a scalar shift amount
Expand Down

0 comments on commit 163d7bb

Please sign in to comment.