[PATCH] D125729: [WebAssembly] Update supported features in the generic CPU configuration

Alon Zakai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 21 08:13:52 PDT 2022


kripken added inline comments.


================
Comment at: llvm/lib/Target/WebAssembly/WebAssembly.td:99
 
 // Generic processor: latest stable version.
+def : ProcessorModel<"generic", NoSchedModel,
----------------
It might be worth explaining what "latest stable" means here: how were the features here chosen, how often this is updated, etc.

Maybe we could have a page in the tool-conventions repo with a doc for all that? Ideally the plan there would cover all major wasm toolchains. Then we could all link to there. I think that would really help users in our ecosystem understand how this stuff works.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D125729/new/

https://reviews.llvm.org/D125729



More information about the llvm-commits mailing list