From fac7ca0a1267bdba7e3b5824f8d17145346c7485 Mon Sep 17 00:00:00 2001 From: Luke Kenneth Casson Leighton Date: Tue, 27 Oct 2020 20:34:20 +0000 Subject: [PATCH] further investigation note --- 3d_gpu/architecture/compared_to_register_renaming.mdwn | 1 - 1 file changed, 1 deletion(-) diff --git a/3d_gpu/architecture/compared_to_register_renaming.mdwn b/3d_gpu/architecture/compared_to_register_renaming.mdwn index 15430a7f9..1e2866e34 100644 --- a/3d_gpu/architecture/compared_to_register_renaming.mdwn +++ b/3d_gpu/architecture/compared_to_register_renaming.mdwn @@ -37,7 +37,6 @@ void f(uint64_t *r3, uint64_t r4) { } while(--ctr != 0); } ``` - [See on Compiler Explorer](https://gcc.godbolt.org/z/hzf7d7) It produces the following Power instructions (edited for style): -- 2.30.2