This is a third attempt, but this time we have vetted it on Windows
first. The previous errors were due to an uninitialized class member.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D56560
[WebAssembly] Add unimplemented-simd128 subtarget feature ClosedPublic Authored by tlively on Jan 10 2019, 2:17 PM.
Details Summary This is a third attempt, but this time we have vetted it on Windows
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, jfb, sunfish and 3 others. · View Herald TranscriptJan 10 2019, 2:17 PM This revision is now accepted and ready to land.Jan 10 2019, 2:27 PM
Closed by commit rL350901: [WebAssembly] Add unimplemented-simd128 subtarget feature (authored by tlively). · Explain WhyJan 10 2019, 2:37 PM This revision was automatically updated to reflect the committed changes. tlively marked an inline comment as done.
Revision Contents
Diff 181160 llvm/trunk/lib/Target/WebAssembly/WebAssembly.td
llvm/trunk/lib/Target/WebAssembly/WebAssemblyFastISel.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelLowering.h
llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrInfo.td
llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
llvm/trunk/lib/Target/WebAssembly/WebAssemblySubtarget.h
llvm/trunk/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
llvm/trunk/test/CodeGen/WebAssembly/simd-arith.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-bitcasts.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-comparisons.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-conversions.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-ext-load-trunc-store.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-intrinsics.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-load-store-alignment.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-offset.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-select.ll
llvm/trunk/test/CodeGen/WebAssembly/simd-sext-inreg.ll
llvm/trunk/test/CodeGen/WebAssembly/simd.ll
llvm/trunk/test/MC/WebAssembly/basic-assembly.s
llvm/trunk/test/MC/WebAssembly/simd-encodings.s
llvm/trunk/test/MC/WebAssembly/types.ll
|