[llvm] [AArch64][GlobalISel] Fix incorrect ABI when tail call not supported (PR #70215)

via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 25 08:03:46 PDT 2023


tschuett wrote:

The documentation of `determineAssignments` states that it manipulates its arguments. This looks hacky. Probably `determineAssignments` should return an optional instead. Mutable arguments are an anti pattern.

https://github.com/llvm/llvm-project/pull/70215


More information about the llvm-commits mailing list