[all-commits] [llvm/llvm-project] 38e664: [LLVM] [SeparateConstOffsetFromGEP] patch PR 18340...
Meredith Julian via All-commits
all-commits at lists.llvm.org
Fri Mar 13 14:17:46 PDT 2026
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38e66458303047c63b03049c0d9ab9ce13c1834a
https://github.com/llvm/llvm-project/commit/38e66458303047c63b03049c0d9ab9ce13c1834a
Author: Meredith Julian <35236176+mjulian31 at users.noreply.github.com>
Date: 2026-03-13 (Fri, 13 Mar 2026)
Changed paths:
M llvm/lib/Transforms/Scalar/SeparateConstOffsetFromGEP.cpp
Log Message:
-----------
[LLVM] [SeparateConstOffsetFromGEP] patch PR 183402 to not assert on scalable types (#186503)
Small fix to the recently-added function canReorderAddSextToGEP, which
called getFixedValue without checking first if the type was scalable.
This would throw an assertion if hit with a scalable type, now it will exit.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list