Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Maybe also after https://llvm.org/docs/BitCodeFormat.html#type-code-x86-mmx-record
llvm/docs/LangRef.rst | ||
---|---|---|
3150 | and | |
3150 | intrinsics | |
3151 | pointers |
Thanks for getting this started!
llvm/docs/LangRef.rst | ||
---|---|---|
3149 | II think it is not quite clear whether the supported operations are instructions or intrinsics. could you clarify? Does the verifier reject unsupported instructions with operands of x86_amx type? |
llvm/docs/LangRef.rst | ||
---|---|---|
3149 |
We didn't verify the unsupported instructions with operands of x86_amx type. I'll create a patch to do the verification. |
llvm/docs/LangRef.rst | ||
---|---|---|
3149 | The verification patch was uploaded at https://reviews.llvm.org/D100472. |
II think it is not quite clear whether the supported operations are instructions or intrinsics. could you clarify? Does the verifier reject unsupported instructions with operands of x86_amx type?