[all-commits] [llvm/llvm-project] 74d862: [ConstraintElimination] Skip compares with scalabl...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Nov 2 16:57:46 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 74d8628cf7cbf442f37fbc3a7012ed77e8749d3c
https://github.com/llvm/llvm-project/commit/74d8628cf7cbf442f37fbc3a7012ed77e8749d3c
Author: Florian Hahn <flo at fhahn.com>
Date: 2022-11-02 (Wed, 02 Nov 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/ConstraintElimination.cpp
M llvm/test/Transforms/ConstraintElimination/geps-ptrvector.ll
Log Message:
-----------
[ConstraintElimination] Skip compares with scalable vector types.
Materializing scalable vectors with boolean values is not implemented
yet. Skip those cases for now and leave a TODO.
More information about the All-commits
mailing list