[all-commits] [llvm/llvm-project] 192c0e: IROutliner: Fix assert with non-0 alloca addrspace

Matt Arsenault via All-commits all-commits at lists.llvm.org
Wed Jan 4 08:31:10 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 192c0e5a7a879c814bd51702c710b1d3f2f59981
      https://github.com/llvm/llvm-project/commit/192c0e5a7a879c814bd51702c710b1d3f2f59981
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2023-01-04 (Wed, 04 Jan 2023)

  Changed paths:
    M llvm/lib/Transforms/IPO/IROutliner.cpp
    A llvm/test/Transforms/IROutliner/alloca-addrspace.ll

  Log Message:
  -----------
  IROutliner: Fix assert with non-0 alloca addrspace

The arguments are passed as stored to new allocas so the address space
needs to match.




More information about the All-commits mailing list