[PATCH] D113300: [SelectionDAG] Merge FoldConstantVectorArithmetic into FoldConstantArithmetic (PR36544)
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Nov 5 13:10:26 PDT 2021
lebedev.ri added inline comments.
================
Comment at: llvm/test/CodeGen/RISCV/urem-seteq-illegal-types.ll:644
+; RV64MV-NEXT: addi a1, a1, %lo(.LCPI4_0)
+; RV64MV-NEXT: vle16.v v10, (a1)
+; RV64MV-NEXT: vid.v v11
----------------
justice_adams wrote:
> Question: This is a bit of an open ended question for my own learning, but how did you know what to update these tests to? I understand the updating of the SelectionDag code, but have a hard time understanding how you figured out what to update these tests to so that they pass.
See first line of the file:
```
; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py
```
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D113300/new/
https://reviews.llvm.org/D113300
More information about the llvm-commits
mailing list