[all-commits] [llvm/llvm-project] 3dc263: Update documentation on x86 constraint codes (#68830)
bjacob via All-commits
all-commits at lists.llvm.org
Tue Oct 17 07:47:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3dc263b18c082c380c559e88f6d4cb6ce54a2e53
https://github.com/llvm/llvm-project/commit/3dc263b18c082c380c559e88f6d4cb6ce54a2e53
Author: bjacob <jacob.benoit.1 at gmail.com>
Date: 2023-10-17 (Tue, 17 Oct 2023)
Changed paths:
M llvm/docs/LangRef.rst
Log Message:
-----------
Update documentation on x86 constraint codes (#68830)
This updates the documentation on these inline asm constraint codes to
match reality. Context:
https://github.com/llvm/llvm-project/issues/68818#issuecomment-1758180020
Note: dropping also the `'o'` from the docs because I can't find any
mention of it in X86ISelLowering.cpp.
More information about the All-commits
mailing list