[PATCH] D85827: [test] XFAIL two tests with inlining debug info issues on Sparc

David Blaikie via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 12 14:50:42 PDT 2020


dblaikie added a comment.

did this regress recently? Did sparc start using instruction bundles recently? (I've commented on the bugs that it looks like they're both caused to the same bundling of add+ret)

If it was recenty, I'd push back on the bundling change & suggest this needs to be fixed rather than XFAILed. If it's been broken for ages - how? who's working on sparc that they didn't notice the breakage when they committed the bundling changes in the first place?

But I guess if it's been broken for a while, it's reasonable to commit this patch & have followup via bugs.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D85827/new/

https://reviews.llvm.org/D85827



More information about the llvm-commits mailing list