This patch enables usage of k registers in inline assembly syntax.
Details
Details
- Reviewers
myatsina delena echristo rnk m_zuckerman - Commits
- rG4fe34fa2ecbf: [x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usage
rC285555: [x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usage
rL285555: [x86][inline-asm] Introducing (AVX512) k0-k7 registers for inline-asm usage
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
I'm pretty sure GCCRegNames is used to parse constraint lists, not to parse inline asm text. Your test should try using kN as a constraint.