[llvm] Adding Matching and Inference Functionality to Propeller-PR2 (PR #162963)

Rahman Lavaee via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 20 09:47:36 PDT 2025


================
@@ -1438,7 +1443,7 @@ getBBAddrMapFeature(const MachineFunction &MF, int NumMBBSectionRanges,
           MF.hasBBSections() && NumMBBSectionRanges > 1,
           static_cast<bool>(BBAddrMapSkipEmitBBEntries),
           HasCalls,
-          false};
+          static_cast<bool>(EmitBBHash)};
----------------
rlavaee wrote:

`EmitBBHash.value()` should work?

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


More information about the llvm-commits mailing list