Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Basic/Targets/RISCV.cpp | ||
---|---|---|
108 | I believe most targets use std::string("^") + std::string(Constraint, 2) for 2 letter constraints AArch64 added the @ format and uses @3 for a 3 letter constraint. But it didn't get documented in the LangRef. Can we use the ^ here which is documented. |
I believe most targets use std::string("^") + std::string(Constraint, 2) for 2 letter constraints
AArch64 added the @ format and uses @3 for a 3 letter constraint. But it didn't get documented in the LangRef.
Can we use the ^ here which is documented.