We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 14aa138 commit d3c35a7Copy full SHA for d3c35a7
llvm/include/llvm/Analysis/StructuralHash.h
@@ -13,7 +13,11 @@
13
14
namespace llvm {
15
16
-enum class StructuralHashOptions { None, Detailed, CallTargetIgnored };
+enum class StructuralHashOptions {
17
+ None, /// Hash with opcode only.
18
+ Detailed, /// Hash with opcode and operands.
19
+ CallTargetIgnored, /// Ignore call target operand when computing hash.
20
+};
21
22
/// Printer pass for StructuralHashes
23
class StructuralHashPrinterPass
0 commit comments