Issue 128737
Summary [libc++] Benchmark non-trivial types for the copy/move family of algorithms
Labels libc++
Assignees ldionne
Reporter ldionne
    > For the copy family of algorithms I think it would be interesting to test some non-trivial type. Specifically, that the compiler would not be able to see through the operation. That could be achieved by an out-of-line definition or a `[[gnu::noinline]]` on the function. Maybe just an optimization barrier would work to.

_Originally posted by @philnik777 in https://github.com/llvm/llvm-project/pull/127354#discussion_r1968301004_
 
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to