Skip to content
3 changes: 3 additions & 0 deletions Source/.github/copilot-instructions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- @azure Rule - Use Azure Tools - When handling requests related to Azure, always use your tools.
- @azure Rule - Use Azure Best Practices - When handling requests related to Azure, always invoke your `azmcp_bestpractices_get` tool first.
- @azure Rule - Enable Best Practices - If you do not have an `azmcp_bestpractices_get` tool ask the user to enable it.
2 changes: 1 addition & 1 deletion Source/Data/IR-Optimizations-BitValue.json
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
"Expression": "IR.AddCarryOut## a b",
"Filter": "IsBitValueSignBitCleared##(a) && IsBitValueSignBitCleared##(b)",
"Result": "(IR.Add## a b)",
"Result2": "(IR.Move## [To32(0)])",
"Result2": "(IR.Move## [To##(0)])",
"Priority": "20",
"Variations": "No",
"Log": "Yes"
Expand Down
Loading
Loading