[all-commits] [llvm/llvm-project] 950206: [InstCombine] avoid infinite loop in demanded bits...
RotateRight via All-commits
all-commits at lists.llvm.org
Sun Feb 28 07:25:18 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 9502061bcc86982641772f45b7e7a0eb7437f054
https://github.com/llvm/llvm-project/commit/9502061bcc86982641772f45b7e7a0eb7437f054
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-02-28 (Sun, 28 Feb 2021)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSimplifyDemanded.cpp
M llvm/test/Transforms/InstCombine/select-imm-canon.ll
Log Message:
-----------
[InstCombine] avoid infinite loop in demanded bits for select
https://llvm.org/PR49205
More information about the All-commits
mailing list