[PATCH] D102627: [LTO] Support new PM in ThinLTOCodeGenerator.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 17 13:21:36 PDT 2021
fhahn marked an inline comment as done.
fhahn added a subscriber: thegameg.
fhahn added inline comments.
================
Comment at: llvm/test/ThinLTO/X86/diagnostic-handler-remarks.ll:23
; YAML1-NEXT: Name: Inlined
-; YAML1-NEXT: Function: main
+; YAML1-NEXT: Function: foo
; YAML1-NEXT: Args:
----------------
steven_wu wrote:
> Why this test case needs to be changed for switch PM?
The new PM does inlining a bit different, that's where the difference comes from I think. Perhaps @thegameg has any additional insight in the test case?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D102627/new/
https://reviews.llvm.org/D102627
More information about the llvm-commits
mailing list