[PATCH] D154645: [RISCV] Remove legacy TA/TU pseudo distinction of vmerge and carry-in arithmetic operations [NFC[
Luke Lau via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jul 10 04:32:35 PDT 2023
luke added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelDAGToDAG.cpp:3263
uint64_t TrueTSFlags = TrueMCID.TSFlags;
bool HasTiedDest = RISCVII::isFirstDefTiedToFirstUse(TrueMCID);
----------------
luke wrote:
> Since this is always true now can we turn this into an assert and simplify the code further?
Disregard the above: I thought it was on the vmerge.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D154645/new/
https://reviews.llvm.org/D154645
More information about the llvm-commits
mailing list