[all-commits] [llvm/llvm-project] 91fe06: [WebAssembly] De-duplicate WasmAddressSpace and re...

Paulo Matos via All-commits all-commits at lists.llvm.org
Wed Oct 6 01:03:17 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91fe069c35f13647687f4e4af2c838c61331c450
      https://github.com/llvm/llvm-project/commit/91fe069c35f13647687f4e4af2c838c61331c450
  Author: Paulo Matos <pmatos at igalia.com>
  Date:   2021-10-06 (Wed, 06 Oct 2021)

  Changed paths:
    M llvm/lib/Target/WebAssembly/Utils/WebAssemblyUtilities.h
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
    M llvm/lib/Target/WebAssembly/WebAssemblyISelLowering.h
    M llvm/lib/Target/WebAssembly/WebAssemblyLowerRefTypesIntPtrConv.cpp

  Log Message:
  -----------
  [WebAssembly] De-duplicate WasmAddressSpace and refactor reftype predicates

This is a non-functional change to remove the duplicate
WasmAddressSpace enum and refactor reftype predicates by moving them
to the Utilities source file.

Reviewed By: tlively

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




More information about the All-commits mailing list