This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 05356fa8fef [NFC][ARMCGP] Use switch in isSupportedValue new e190b9fcfe5 [RISCV] Support 'f' Inline Assembly Constraint
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/RISCV/RISCVISelLowering.cpp | 21 +++++++++++++ lib/Target/RISCV/RISCVISelLowering.h | 1 + test/CodeGen/RISCV/inline-asm-d-constraint-f.ll | 40 +++++++++++++++++++++++++ test/CodeGen/RISCV/inline-asm-f-constraint-f.ll | 34 +++++++++++++++++++++ test/CodeGen/RISCV/inline-asm-invalid.ll | 8 +++++ 5 files changed, 104 insertions(+) create mode 100644 test/CodeGen/RISCV/inline-asm-d-constraint-f.ll create mode 100644 test/CodeGen/RISCV/inline-asm-f-constraint-f.ll