This patch removes the assertion when VF is scalable and replaces
getKnownMinValue() by getFixedValue(), so it still guards the code against
scalable vector types.
The assertions were used to guarantee that getknownMinValue were not used for
scalable vectors.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo