[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:05:26 PST 2018


tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: llvm-commits, jfb, sunfish, jgravelle-google, sbc100.

Repository:
  rL LLVM

https://reviews.llvm.org/D54362

Files:
  lib/Target/WebAssembly/WebAssembly.td


Index: lib/Target/WebAssembly/WebAssembly.td
===================================================================
--- lib/Target/WebAssembly/WebAssembly.td
+++ 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.173464.patch
Type: text/x-patch
Size: 636 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20181110/c6e71f80/attachment.bin>


More information about the llvm-commits mailing list