[PATCH] D149665: [RISCV][CodeGen] Support Zdinx on RV64 codegen
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed May 3 09:53:56 PDT 2023
craig.topper added a comment.
LGTM with the RV32 specific pattern moved to the other patch.
================
Comment at: llvm/lib/Target/RISCV/RISCVInstrInfoD.td:236
+let usesCustomInserter = 1 in {
+def PseudoQuietFLE_D_IN32X : PseudoQuietFCMP<FPR64IN32X>;
+def PseudoQuietFLT_D_IN32X : PseudoQuietFCMP<FPR64IN32X>;
----------------
This should be in the RV32 patch.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D149665/new/
https://reviews.llvm.org/D149665
More information about the llvm-commits
mailing list