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

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sun May 26 20:29:09 PDT 2024


topperc wrote:

This did not fix the FIXME. Checking Is64Bit was the correct fix. Checking HasX86_64 is useless, that's never set if there is no CPU provided.

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


More information about the llvm-commits mailing list