[all-commits] [llvm/llvm-project] 1a28b9: [VPlan] Handle invariant GEPs in isUniformAfterVec...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue May 30 07:53:42 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1a28b9bce75d184a74012fdf9f6e0fcbb7fd0e1c
https://github.com/llvm/llvm-project/commit/1a28b9bce75d184a74012fdf9f6e0fcbb7fd0e1c
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-05-30 (Tue, 30 May 2023)
Changed paths:
M llvm/lib/Transforms/Vectorize/VPlan.h
Log Message:
-----------
[VPlan] Handle invariant GEPs in isUniformAfterVectorization.
This fixes a crash caused by legal treating a scalable GEP as invariant,
but isUniformAfterVectorization does not handle GEPs.
Partially fixes https://github.com/llvm/llvm-project/issues/60831.
Reviewed By: Ayal
Differential Revision: https://reviews.llvm.org/D144434
More information about the All-commits
mailing list