[all-commits] [llvm/llvm-project] 65eb11: [WebAssembly] Update bleeding-edge CPU features

Heejin Ahn via All-commits all-commits at lists.llvm.org
Fri Jan 24 14:28:45 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 65eb11306e921bb0299100dfc61e79858f903c1b
      https://github.com/llvm/llvm-project/commit/65eb11306e921bb0299100dfc61e79858f903c1b
  Author: Heejin Ahn <aheejin at gmail.com>
  Date:   2020-01-24 (Fri, 24 Jan 2020)

  Changed paths:
    M clang/lib/Basic/Targets/WebAssembly.cpp
    M clang/test/Preprocessor/wasm-target-features.c
    M llvm/lib/Target/WebAssembly/WebAssembly.td
    M llvm/test/CodeGen/WebAssembly/target-features.ll

  Log Message:
  -----------
  [WebAssembly] Update bleeding-edge CPU features

Summary:
This adds bulk memory and tail call to "bleeding-edge" CPU, since their
implementation in LLVM/clang seems mostly complete.

Reviewers: tlively

Subscribers: dschuff, sbc100, jgravelle-google, sunfish, cfe-commits

Tags: #clang

Differential Revision: https://reviews.llvm.org/D73322




More information about the All-commits mailing list