diff options
author | Craig Topper <craig.topper@sifive.com> | 2025-06-27 08:56:49 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-06-27 08:56:49 -0700 |
commit | 375af75efb2ed24f17c1d261bc3c094cac644509 (patch) | |
tree | 8442101e612f3b5fdd278469d39e4c2bde65835f /clang/lib/Frontend/CompilerInvocation.cpp | |
parent | b76bc185a4f2ba68b55adffd9b66ff6c8b22b960 (diff) | |
download | llvm-375af75efb2ed24f17c1d261bc3c094cac644509.zip llvm-375af75efb2ed24f17c1d261bc3c094cac644509.tar.gz llvm-375af75efb2ed24f17c1d261bc3c094cac644509.tar.bz2 |
[RISCV] Simplify the check for when to call EmitLoweredCascadedSelect. NFC (#145930)
Based on the comments and tests, we only want to call
EmitLoweredCascadedSelect on selects of FP registers.
Everytime we add a new branch with immediate opcode, we've been
excluding it here.
This patch switches to checking that the comparison operands are both
registers so branch on immediate is automatically excluded.
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions