Files
clang-p2996/llvm/lib/CodeGen/GlobalISel/CallLowering.cpp
Evgenii Kudriashov 790bcecce6 [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.
2024-02-23 12:11:50 +01:00

47 KiB