Fixes #62087
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
This is not my area so I don't know if replacing isFunctionOrMethod() rather than just extending the if clause is a bad idea, but all the tests still pass including the new one that would trigger an assert prior to this change.
Comment Actions
This LGTM, but I don't remember why it was written this way. (I am not an expert in this area either). It seems to still give correct error messages with/without __attribute__((target("sve"))).