[llvm] b165a77 - [RISCV] Remove completed FIXME. NFC
Luke Lau via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 10 07:31:18 PDT 2023
Author: Luke Lau
Date: 2023-08-10T15:31:05+01:00
New Revision: b165a7779d4a7be38005f961b71cdf386043f4d6
URL: https://github.com/llvm/llvm-project/commit/b165a7779d4a7be38005f961b71cdf386043f4d6
DIFF: https://github.com/llvm/llvm-project/commit/b165a7779d4a7be38005f961b71cdf386043f4d6.diff
LOG: [RISCV] Remove completed FIXME. NFC
Looks like this FIXME was already taken off during the original patch in
https://reviews.llvm.org/D104921
Added:
Modified:
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-buildvec.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-buildvec.ll b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-buildvec.ll
index 4d63083f28ab51..08a874a56df1a4 100644
--- a/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-buildvec.ll
+++ b/llvm/test/CodeGen/RISCV/rvv/fixed-vectors-int-buildvec.ll
@@ -101,9 +101,6 @@ define %x4v4i8 @buildvec_vid_step2_add1_v4i8() {
ret %x4v4i8 %4
}
-; FIXME: This could generate vrsub.vi but the (ISD::MUL X, -1) we generate
-; while lowering ISD::BUILD_VECTOR is custom-lowered to RISCVISD::MUL_VL before
-; being combined.
define %x4v4i8 @buildvec_vid_stepn1_add0_v4i8() {
; CHECK-LABEL: buildvec_vid_stepn1_add0_v4i8:
; CHECK: # %bb.0:
More information about the llvm-commits
mailing list