[all-commits] [llvm/llvm-project] e99a79: [InstCombine] Add test for missing assume handling...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Fri May 26 06:00:30 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e99a79fbf57ea81ae25aa9efbf6e29441d969c0a
https://github.com/llvm/llvm-project/commit/e99a79fbf57ea81ae25aa9efbf6e29441d969c0a
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-05-26 (Fri, 26 May 2023)
Changed paths:
M llvm/test/Transforms/InstCombine/assume.ll
Log Message:
-----------
[InstCombine] Add test for missing assume handling multi-use demanded bits (NFC)
Works if the assume is on a root value or an operation that does
not support multi-use demanded bits.
More information about the All-commits
mailing list