When optimizing the table, PointerToAnyOperandMatchers would be
incorrectly reported as identical even though they have different
SizeInBits values. This bug was due to failing to overload the
isIdentical() method, which this patch addresses.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo