mirror of
https://git.suyu.dev/suyu/sirit.git
synced 2026-02-23 01:39:42 +00:00
Add OpLogicalNot and OpBitcast
This commit is contained in:
@@ -243,6 +243,11 @@ class Module {
|
||||
/// Result is true if Operand is false. Result is false if Operand is true.
|
||||
Id OpLogicalNot(Id result_type, Id operand);
|
||||
|
||||
// Conversion
|
||||
|
||||
/// Bit pattern-preserving type conversion.
|
||||
Id OpBitcast(Id result_type, Id operand);
|
||||
|
||||
private:
|
||||
Id AddCode(std::unique_ptr<Op> op);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user