[clang] [lld] [llvm] [X86] Use generic CPU tuning when tune-cpu is empty (PR #83631)

via cfe-commits cfe-commits at lists.llvm.org
Sun Mar 3 06:16:59 PST 2024


AtariDreams wrote:

> > This is a turbulent change to both upstream and downstream tests without any profit as far as I can tell.
> 
> > 
> 
> > I did a similar change for 64-bit a few years ago: https://reviews.llvm.org/D129647
> 
> > 
> 
> > In comparison, this patch is not to solve a specific problem. It should not show any value because we don't care about 32-bit performance. Not to mention, we need to keep the test not changed as many as possible. The way we used in D129647 is to add an explicit "tune-cpu". We cannot blindly update tests in case distort the original intention.
> 
> 
> 
> I think I probaby wrote the FIXME and I agree with @phoebewang 

Wait does this only affect 32 bit?

https://github.com/llvm/llvm-project/pull/83631


More information about the cfe-commits mailing list