[all-commits] [llvm/llvm-project] 92153a: [RISCV] Support immediate vtype of VSETVLI/VSETIVL...
Ben Shi via All-commits
all-commits at lists.llvm.org
Thu Jan 6 18:27:18 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 92153a9aa738f09d434599649f4f945f601528e0
https://github.com/llvm/llvm-project/commit/92153a9aa738f09d434599649f4f945f601528e0
Author: Liqin Weng <Liqin.Weng at streamcomputing.com>
Date: 2022-01-07 (Fri, 07 Jan 2022)
Changed paths:
M llvm/lib/Target/RISCV/AsmParser/RISCVAsmParser.cpp
M llvm/lib/Target/RISCV/RISCVInstrInfoV.td
M llvm/lib/Target/RISCV/RISCVInstrInfoVPseudos.td
M llvm/test/MC/RISCV/rvv/invalid.s
M llvm/test/MC/RISCV/rvv/vsetvl.s
Log Message:
-----------
[RISCV] Support immediate vtype of VSETVLI/VSETIVLI in asm parser
Reviewed By: craig.topper
Differential Revision: https://reviews.llvm.org/D115133
More information about the All-commits
mailing list