[PATCH] D141060: [opt] Infer DataLayout from triple if not specified
Fangrui Song via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 24 23:13:15 PDT 2023
MaskRay added a comment.
In D141060#4653682 <https://reviews.llvm.org/D141060#4653682>, @arichardson wrote:
> In D141060#4653554 <https://reviews.llvm.org/D141060#4653554>, @MaskRay wrote:
>
>> This is definitely the correct thing to do. Thanks for fixing this... You likely need to rebase. For courtesy to experimental targets, consider `-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD='ARC;AVR;CSKY;DirectX;LoongArch;M68k;SPIRV;Xtensa'` and fix possible failures from the experimental targets.
>
> Thanks for reviewing!
> I originally tested with `-DLLVM_EXPERIMENTAL_TARGETS_TO_BUILD=all` and didn't see any new failures (SPIRV was broken already when I tested). Will test again tomorrow.
>
> I will wait for @arsenm (or someone else from the amdgpu team) to check the amdgpu behaviour changes before committing.
Ping @arsenm
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D141060/new/
https://reviews.llvm.org/D141060
More information about the llvm-commits
mailing list