[PATCH] D149146: [TailDuplicator] Don't constrain register classes due to debug instructions
Mikael Holmén via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Apr 25 05:03:31 PDT 2023
uabelho added a comment.
Herald added a subscriber: ormris.
I don't know if this is the best fix for the problem but it does solve a case where we got different codegen with/without debug info present. Originally found for my out of tree target but I think the attached AArch64 testcase exposes the problem as well.
I'm also not sure who can review this. Added @kparzysz since I think you wrote the original code and @foad and @arsenm since I think I've seen you in other reviews of TailDuplicator.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149146/new/
https://reviews.llvm.org/D149146
More information about the llvm-commits
mailing list