We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a70878d commit e507a15Copy full SHA for e507a15
llvm/lib/Target/PowerPC/README.txt
@@ -217,22 +217,3 @@ _test:
217
stw r2, 0(r3)
218
blr
219
220
-===-------------------------------------------------------------------------===
221
-
222
-Compile
223
-int foo(int a) { return a * -2 + 63; }
224
225
-to
226
227
-_foo:
228
- slwi r0,r3,1
229
- subfic r3,r0,63
230
- blr
231
232
-instead of:
233
234
235
- mulli r2,r3,-2
236
- addi r3,r2,63
237
238
0 commit comments