Skip to content

Commit 8a48a6c

Browse files
committed
Fix test flag spelling, add to release notes
1 parent 52547d5 commit 8a48a6c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/docs/ReleaseNotes.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ Changes to the RISC-V Backend
111111
extension.
112112
* Adds experimental assembler support for the Qualcomm 'Xqccmp' extension, which
113113
is a frame-pointer convention compatible version of Zcmp.
114+
* Added non-quadratic ``log-vrgather`` cost model for ``vrgather.vv`` instruction
114115

115116
Changes to the WebAssembly Backend
116117
----------------------------------

llvm/test/CodeGen/RISCV/features-info.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,11 @@
3131
; CHECK: experimental-zvbc32e - 'Zvbc32e' (Vector Carryless Multiplication with 32-bits elements).
3232
; CHECK: experimental-zvkgs - 'Zvkgs' (Vector-Scalar GCM instructions for Cryptography).
3333
; CHECK: f - 'F' (Single-Precision Floating-Point).
34-
; CHECK: fast-vrgather - Has vrgather.vv with LMUL*log2(LMUL) latency
3534
; CHECK: forced-atomics - Assume that lock-free native-width atomics are available.
3635
; CHECK: h - 'H' (Hypervisor).
3736
; CHECK: i - 'I' (Base Integer Instruction Set).
3837
; CHECK: ld-add-fusion - Enable LD+ADD macrofusion.
38+
; CHECK: log-vrgather - Has vrgather.vv with LMUL*log2(LMUL) latency
3939
; CHECK: lui-addi-fusion - Enable LUI+ADDI macro fusion.
4040
; CHECK: m - 'M' (Integer Multiplication and Division).
4141
; CHECK: mips-p8700 - MIPS p8700 processor.

0 commit comments

Comments
 (0)