[PATCH] D157563: [CodeGen] Move function splitting tests from X86 to Generic (NFC)
Snehasish Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 08:22:31 PDT 2023
snehasish added a comment.
lgtm
================
Comment at: llvm/test/CodeGen/Generic/machine-function-splitter.ll:379
define void @foo14(i1 zeroext %0, i1 zeroext %1) nounwind !prof !24 {
-; FSAFDO-MFS: .section .text.split.foo14,"ax"
-; FSAFDO-MFS: foo14.cold:
+; FSAFDO-MFS: .section .text.split.foo14,"ax"
+; FSAFDO-MFS: foo14.cold:
----------------
There's a whitespace change here now though the content hasn't changed. Can you update the diff to drop these changes?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D157563/new/
https://reviews.llvm.org/D157563
More information about the llvm-commits
mailing list