[all-commits] [llvm/llvm-project] 7fa150: [InstCombine] fix miscompile from multi-use cttz/c...
RotateRight via All-commits
all-commits at lists.llvm.org
Fri May 1 10:55:16 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 7fa150203f882bd7e4fbbfcff4580efe84d036c9
https://github.com/llvm/llvm-project/commit/7fa150203f882bd7e4fbbfcff4580efe84d036c9
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2020-05-01 (Fri, 01 May 2020)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineSelect.cpp
M llvm/test/Transforms/InstCombine/select-ctlz-to-cttz.ll
Log Message:
-----------
[InstCombine] fix miscompile from multi-use cttz/ctlz transform
PR45762:
https://bugs.llvm.org/show_bug.cgi?id=45762
More information about the All-commits
mailing list