Files
clang-p2996/llvm/lib/CodeGen/SelectionDAG/StatepointLowering.cpp
Markus Böck 0ad92c0cbb [StatepointLowering] Take return attributes of gc.result into account (#68439)
The current lowering of statepoints does not take into account return
attributes present on the `gc.result` leading to different code being
generated than if one were to not use statepoints. These return
attributes can affect the ABI which is why it is important that they are
applied in the lowering.
2023-10-14 18:38:18 +02:00

53 KiB