Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Unit Tests
Unit Tests
Event Timeline
Comment Actions
I think this is missing a check: for call instructions, you need to check the min-legal-vector-width of both the call itself, and the function containing the call.
I'm still not really convinced this is the best approach, but maybe it's good enough.