[all-commits] [llvm/llvm-project] 790bce: [GlobalISel] Fix a check that aligned tail call is...

Evgenii Kudriashov via All-commits all-commits at lists.llvm.org
Fri Feb 23 03:12:03 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 790bcecce6c135476d2551805c09ed670b9f8418
      https://github.com/llvm/llvm-project/commit/790bcecce6c135476d2551805c09ed670b9f8418
  Author: Evgenii Kudriashov <evgenii.kudriashov at intel.com>
  Date:   2024-02-23 (Fri, 23 Feb 2024)

  Changed paths:
    M llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
    A llvm/test/CodeGen/X86/GlobalISel/calllowering-tailcall.ll

  Log Message:
  -----------
  [GlobalISel] Fix a check that aligned tail call is lowered (#82016)

Despite of a valid tail call opportunity, backends still may not
generate a tail call or such lowering is not implemented yet.

Check that lowering has happened instead of its possibility when
generating G_ASSERT_ALIGN.



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