Issue 53071
Summary [optimization] gcc generate better code than clang base on conditionally selection
Labels
Assignees
Reporter vfdff
    test case: 
```
int test_32(int a, int b) { 
    return a ? b-1 : b+1; 
}
```

Compared to gcc, clang produces slightly more verbose code for a sequence
https://godbolt.org/z/5PeYYzvGK
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to