[PATCH] D54362: [WebAssembly] Update bleeding-edge cpu features

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Nov 9 16:13:50 PST 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL346570: [WebAssembly] Update bleeding-edge cpu features (authored by tlively, committed by ).

Repository:
  rL LLVM

https://reviews.llvm.org/D54362

Files:
  llvm/trunk/lib/Target/WebAssembly/WebAssembly.td


Index: llvm/trunk/lib/Target/WebAssembly/WebAssembly.td
===================================================================
--- llvm/trunk/lib/Target/WebAssembly/WebAssembly.td
+++ llvm/trunk/lib/Target/WebAssembly/WebAssembly.td
@@ -71,7 +71,8 @@
 
 // Latest and greatest experimental version of WebAssembly. Bugs included!
 def : ProcessorModel<"bleeding-edge", NoSchedModel,
-                      [FeatureSIMD128, FeatureAtomics]>;
+                      [FeatureSIMD128, FeatureAtomics,
+                       FeatureNontrappingFPToInt, FeatureSignExt]>;
 
 //===----------------------------------------------------------------------===//
 // Target Declaration


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D54362.173467.patch
Type: text/x-patch
Size: 669 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181110/1abf1d1d/attachment.bin>


More information about the llvm-commits mailing list