[all-commits] [llvm/llvm-project] 68a534: [WebAssembly] Convert test to opaque pointers (NFC)

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Jan 16 01:30:31 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 68a534e9bf69e7e5f081a515e05f1d3cb4c21761
      https://github.com/llvm/llvm-project/commit/68a534e9bf69e7e5f081a515e05f1d3cb4c21761
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2023-01-16 (Mon, 16 Jan 2023)

  Changed paths:
    M llvm/test/CodeGen/WebAssembly/function-bitcasts.ll

  Log Message:
  -----------
  [WebAssembly] Convert test to opaque pointers (NFC)

This test was testing both typed and opaque pointers. Remove the
typed pointer check lines, and update the input IR to use opaque
pointers. Note that with opaque pointers, the "bitcast" is not
explicit, but rather just a mismatch in function type between
the call and the declaration.




More information about the All-commits mailing list