[llvm] [MachineOutliner] Leaf Descendants (PR #90275)
Kyungwoo Lee via llvm-commits
llvm-commits at lists.llvm.org
Fri Jun 7 17:35:16 PDT 2024
================
@@ -54,6 +55,27 @@ body: |
; CHECK-NEXT: BL @OUTLINED_FUNCTION_0, implicit-def $lr, implicit $sp, implicit-def $lr, implicit-def $x8, implicit-def $x9, implicit $sp, implicit $x0, implicit $x9
; CHECK-NEXT: RET undef $x9
+ ; CHECK-LEAF-LABEL: name: overlap
----------------
kyulee-com wrote:
Can you add checks for the original case for the function `OUTLINED_FUNCTION_0` above so that we can compare different outlined functions?
https://github.com/llvm/llvm-project/pull/90275
More information about the llvm-commits
mailing list