[PATCH] D132849: [llc] Use CPUStr instead of calling codegen::getMCPU(). NFC
Craig Topper via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 29 14:35:28 PDT 2022
craig.topper added a comment.
In D132849#3756675 <https://reviews.llvm.org/D132849#3756675>, @MaskRay wrote:
> Test?
The only difference between getCPUStr() and getMCPU() is that getCPUStr() handles -mcpu=native. That doesn't matter for this case. I believe this is NFC as the title says.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D132849/new/
https://reviews.llvm.org/D132849
More information about the llvm-commits
mailing list