[all-commits] [llvm/llvm-project] d8e1b4: [ValueTracking] Add experimental_get_vector_length...
Craig Topper via All-commits
all-commits at lists.llvm.org
Tue Jan 30 09:39:25 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d8e1b451e21b62905a76715a78ebc26df25f4e41
https://github.com/llvm/llvm-project/commit/d8e1b451e21b62905a76715a78ebc26df25f4e41
Author: Craig Topper <craig.topper at sifive.com>
Date: 2024-01-30 (Tue, 30 Jan 2024)
Changed paths:
M llvm/lib/Analysis/ValueTracking.cpp
M llvm/test/Analysis/ValueTracking/known-non-zero.ll
Log Message:
-----------
[ValueTracking] Add experimental_get_vector_length to isKnownNonZero. (#79950)
If the input is non-zero, this intrinsic should also return a non-zero
value.
More information about the All-commits
mailing list