[PATCH] D51498: [WebAssembly] Vector conversions
Thomas Lively via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 30 11:20:20 PDT 2018
tlively added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:283
+) in
+def : Pat<(t1 (bitconvert (t2 V128:$v))), (t1 V128:$v)>;
+
----------------
@dschuff, FWIW, ARM has these same no-op patterns at ARMInstrNEON.td:7129 but without the nice loops
Repository:
rL LLVM
https://reviews.llvm.org/D51498
More information about the llvm-commits
mailing list