Rather than just saying that some feature is missing, report the exact
features to make the error message more useful and actionable.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/test/MC/WebAssembly/missing-features.s | ||
---|---|---|
7 | might as well add one that requires more than one feature? |
llvm/test/MC/WebAssembly/missing-features.s | ||
---|---|---|
7 | I don't think we actually have any such instructions right now. But I'd rather keep the loop to be robust against adding any multi-feature instructions in the future. |
llvm/test/MC/WebAssembly/missing-features.s | ||
---|---|---|
7 | hm, guess we missed our opportunity to define atomic SIMD loads :D |
might as well add one that requires more than one feature?