[all-commits] [llvm/llvm-project] 83d9ed: [NVPTX] Emit `NVPTXISD::DYNAMIC_STACKALLOC`'s chai...

Justin Fargnoli via All-commits all-commits at lists.llvm.org
Mon Aug 5 10:53:55 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 83d9ed29c1401268266e0c0fc012c1b180f70218
      https://github.com/llvm/llvm-project/commit/83d9ed29c1401268266e0c0fc012c1b180f70218
  Author: Justin Fargnoli <jfargnoli at nvidia.com>
  Date:   2024-08-05 (Mon, 05 Aug 2024)

  Changed paths:
    M llvm/lib/Target/NVPTX/NVPTXISelLowering.cpp
    A llvm/test/CodeGen/NVPTX/dynamic-stackalloc-regression.ll

  Log Message:
  -----------
  [NVPTX] Emit `NVPTXISD::DYNAMIC_STACKALLOC`'s chain (#101714)

`LowerDYNAMIC_STACKALLOC()` emits the `dynamic_stackalloc` chain operand
instead of the chain produced by the `NVPTXISD::DYNAMIC_STACKALLOC`. Fix
this behavior and don't produce an unnecessary `ISD::MERGE_VALUES`.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list