(no title)
johannkokos | 6 years ago
I tried enabling link time optimization on clang-8, it does see through and eliminate redundant xor instruction in foo2(). gcc fails to do that, however. I inspect the result by calling objdump on generated object code.
ndesaulniers|6 years ago