[all-commits] [llvm/llvm-project] 46e3ed: [RISCV] Fix test for inline asm z constraint modifier

Luís Marques via All-commits all-commits at lists.llvm.org
Wed Jan 15 05:51:55 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 46e3edcc2c89e34b3ec198387b758a6998f5980b
      https://github.com/llvm/llvm-project/commit/46e3edcc2c89e34b3ec198387b758a6998f5980b
  Author: Luís Marques <luismarques at lowrisc.org>
  Date:   2020-01-15 (Wed, 15 Jan 2020)

  Changed paths:
    M llvm/test/CodeGen/RISCV/inline-asm.ll

  Log Message:
  -----------
  [RISCV] Fix test for inline asm z constraint modifier

Summary: Use an `i` constraint in the test, to correctly trigger the code for
handling the `z` constraint modifier.

Reviewers: asb, lenary, jrtc27
Reviewed By: lenary, jrtc27
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D72134




More information about the All-commits mailing list