Skip to content

Commit

Permalink
merge main into amd-staging
Browse files Browse the repository at this point in the history
Change-Id: I4012e929fe31d8afff1bd360a7a0033449ce787a
  • Loading branch information
Jenkins committed Mar 28, 2024
2 parents f21251c + 5dfc446 commit efc7219
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ class PseudoProbeManager {
F.hasFnAttribute("profile-checksum-mismatch")) &&
"In post-link, profile checksum matching state doesn't match "
"function 'profile-checksum-mismatch' attribute.");
(void)LTOPhase;
// The desc for import function is unavailable. Check the function attribute
// for mismatch.
return (!Desc && !F.hasFnAttribute("profile-checksum-mismatch")) ||
Expand Down
2 changes: 1 addition & 1 deletion llvm/lib/Target/RISCV/RISCVISelLowering.h
Original file line number Diff line number Diff line change
Expand Up @@ -1000,7 +1000,7 @@ class RISCVTargetLowering : public TargetLowering {
/// RISC-V doesn't have flags so it's better to perform the and/or in a GPR.
bool shouldNormalizeToSelectSequence(LLVMContext &, EVT) const override {
return false;
};
}

/// For available scheduling models FDIV + two independent FMULs are much
/// faster than two FDIVs.
Expand Down

0 comments on commit efc7219

Please sign in to comment.