[all-commits] [llvm/llvm-project] 931350: [CVP] Add test for !range on intrinsic (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri Apr 2 07:46:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 93135091b1f9b7f0ce143068f102f0970c9d63c7
https://github.com/llvm/llvm-project/commit/93135091b1f9b7f0ce143068f102f0970c9d63c7
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-04-02 (Fri, 02 Apr 2021)
Changed paths:
M llvm/test/Transforms/CorrelatedValuePropagation/range.ll
Log Message:
-----------
[CVP] Add test for !range on intrinsic (NFC)
Commit: 4a3e006830aaaf094f3a8ea0a3780a5e1b6f3ecc
https://github.com/llvm/llvm-project/commit/4a3e006830aaaf094f3a8ea0a3780a5e1b6f3ecc
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-04-02 (Fri, 02 Apr 2021)
Changed paths:
M llvm/lib/Analysis/LazyValueInfo.cpp
M llvm/test/Transforms/CorrelatedValuePropagation/range.ll
Log Message:
-----------
[LVI] Use range metadata on intrinsics
If we don't know how to handle an intrinsic, we should still
make use of normal call range metadata.
Compare: https://github.com/llvm/llvm-project/compare/ef1f90ba6761...4a3e006830aa
More information about the All-commits
mailing list