[PATCH] D134277: [RISCV] Combine comparison and logic ops.
Anton Afanasyev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 22 04:10:16 PDT 2022
anton-afanasyev added inline comments.
================
Comment at: llvm/lib/Target/RISCV/RISCVISelLowering.cpp:8404
+ // Codes of selection operation. The first index selects signed, unsigned or
+ // float the second index selects MIN/MAX.
+ static constexpr ISD::NodeType SelectionCodes[2][2] = {
----------------
please adjust comment: no float
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D134277/new/
https://reviews.llvm.org/D134277
More information about the llvm-commits
mailing list