We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e328eae commit 3468a12Copy full SHA for 3468a12
backend/amd64/selection.ml
@@ -194,7 +194,7 @@ class selector =
194
method! select_operation op args dbg =
195
match op with
196
(* Recognize the LEA instruction *)
197
- | Caddi | Caddv | Cadda | Csubi -> (
+ | Caddi | Caddv | Cadda | Csubi | Cor -> (
198
match self#select_addressing Word_int (Cop (op, args, dbg)) with
199
| Iindexed _, _ | Iindexed2 0, _ -> super#select_operation op args dbg
200
| ( ((Iindexed2 _ | Iscaled _ | Iindexed2scaled _ | Ibased _) as addr),
0 commit comments