This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from e45f9a1de66 [AArch64][SVE2] Minor refactoring and cleanup new 17f5720bcd3 [RISCV] Add support for lowering floating point inlineasm clobbers new 45370cfcbc4 [AArch64][SVE2] Load/store instruction fixes
The 2 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/AArch64/AArch64SVEInstrInfo.td | 46 +++++++++++------------ lib/Target/AArch64/SVEInstrFormats.td | 21 ++++------- lib/Target/RISCV/RISCVISelLowering.cpp | 46 +++++++++++++++++++++++ test/CodeGen/RISCV/inline-asm-clobbers.ll | 61 +++++++++++++++++++++++++++++++ 4 files changed, 137 insertions(+), 37 deletions(-) create mode 100644 test/CodeGen/RISCV/inline-asm-clobbers.ll