[clang] [lld] [llvm] [WebAssembly] Support the new "Lime1" CPU (PR #112035)

Dan Gohman via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 20 17:00:25 PST 2024


================
@@ -854,9 +854,15 @@ and `-mbulk-memory` flags, which correspond to the [Bulk Memory Operations]
 and [Non-trapping float-to-int Conversions] language features, which are
 [widely implemented in engines].
 
+A new Lime1 target CPU is added, -mcpu=lime1. This CPU follows the definition of
+the Lime1 CPU [here], and enables -mmultivalue, -mmutable-globals,
+-mcall-indirect-overlong, -msign-ext, -mbulk-memory-opt, -mnontrapping-fptoint,
----------------
sunfishcode wrote:

I've now split out those parts into https://github.com/llvm/llvm-project/pull/117087.

https://github.com/llvm/llvm-project/pull/112035


More information about the llvm-commits mailing list