Return whether the given generic opcode should be CSEd.
Declared in <llvm/CodeGen/CSEConfigBase.h>
virtual
bool
shouldCSEOpc(unsigned int Opc);
GISelCSEInfo currently only calls this hook when dealing with generic opcodes.
True if the opcode should be common-subexpression eliminated.
| Name | Description |
|---|---|
| Opc | Opcode to check for CSE eligibility. |