[all-commits] [llvm/llvm-project] 6ec79a: Remove -O1 from command line of nrvo.cpp
Akira Hatanaka via All-commits
all-commits at lists.llvm.org
Tue Mar 29 15:54:14 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6ec79a15cbe9539faf121b5ad39f195dc611fc09
https://github.com/llvm/llvm-project/commit/6ec79a15cbe9539faf121b5ad39f195dc611fc09
Author: Akira Hatanaka <ahatanaka at apple.com>
Date: 2022-03-29 (Tue, 29 Mar 2022)
Changed paths:
M clang/test/CodeGenCXX/nrvo.cpp
Log Message:
-----------
Remove -O1 from command line of nrvo.cpp
Also, check that NRVO currently isn't performed in test25. The checks
were accidentally removed when https://reviews.llvm.org/D122425 disabled
inlining.
More information about the All-commits
mailing list