[PATCH] D54126: [WebAssembly] Renumber and LEB128-encode SIMD opcodes
Heejin Ahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 5 17:16:55 PST 2018
aheejin added inline comments.
================
Comment at: lib/Target/WebAssembly/WebAssemblyInstrSIMD.td:40
+//===----------------------------------------------------------------------===//
+// Load and store
+//===----------------------------------------------------------------------===//
----------------
Is there any reason the section orders in this file have all changed? If possible keeping them the same would be helpful to view the diff to figure out what part has changed in which way.
Repository:
rL LLVM
https://reviews.llvm.org/D54126
More information about the llvm-commits
mailing list