[llvm] [RISCV] Check feature bits in getBrCond (PR #129859)

Sudharsan Veeravalli via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 5 03:13:44 PST 2025


================
@@ -45,7 +45,8 @@ enum CondCode {
 };
 
 CondCode getOppositeBranchCondition(CondCode);
-unsigned getBrCond(CondCode CC, bool Imm = false);
+unsigned getBrCond(CondCode CC, const FeatureBitset &FeatureBits,
----------------
svs-quic wrote:

Ah thanks for that. Given that there is already a patch that does this do I go ahead and close this one?

https://github.com/llvm/llvm-project/pull/129859


More information about the llvm-commits mailing list