When checking for operation equivalence (using isSameOperationAs) it is sometimes useful to ignore certain attributes.
Synopsis
Declared in <llvm/IR/Instruction.h>
enum OperationEquivalenceFlags;
Members
Name |
Description |
|
Check for equivalence ignoring load/store alignment. |
|
Check for equivalence treating a type and a vector of that type as equivalent. |
|
Check for equivalence with intersected callbase attrs. |
Created with MrDocs