diff options
author | Koakuma <koachan@protonmail.com> | 2024-10-03 05:20:56 +0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-03 05:20:56 +0700 |
commit | 076392b0aac2b4d2aed243adb4b35aba2603512c (patch) | |
tree | e0bb33c94cb2e23c20e013e90ab86d55beb9ce1d /llvm/lib/Transforms/Utils/SimplifyIndVar.cpp | |
parent | 41eb186fbb024898bacc2577fa3b88db0510ba1f (diff) | |
download | llvm-076392b0aac2b4d2aed243adb4b35aba2603512c.zip llvm-076392b0aac2b4d2aed243adb4b35aba2603512c.tar.gz llvm-076392b0aac2b4d2aed243adb4b35aba2603512c.tar.bz2 |
[SPARC] Fix regression from UpgradeDataLayoutString change (#110608)
It turns out that we cannot rely on the presence of `-i64:64` as a
position reference when adding the `-i128:128` datalayout string due to
some custom datalayout strings lacking it (e.g ones used by bugpoint,
among other things).
Do not add the `-i128:128` string in that case.
This fixes the regression introduced in
https://github.com/llvm/llvm-project/pull/106951.
Diffstat (limited to 'llvm/lib/Transforms/Utils/SimplifyIndVar.cpp')
0 files changed, 0 insertions, 0 deletions