[all-commits] [llvm/llvm-project] 1f3130: [InstCombine] Remove unnecessary one-use-check (#6...
Marc Auberer via All-commits
all-commits at lists.llvm.org
Thu Sep 14 21:46:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1f313034cbd14d512c4fc83af8b56d7d4b50aa08
https://github.com/llvm/llvm-project/commit/1f313034cbd14d512c4fc83af8b56d7d4b50aa08
Author: Marc Auberer <marc.auberer at chillibits.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M llvm/lib/Transforms/InstCombine/InstCombineAndOrXor.cpp
M llvm/test/Transforms/InstCombine/or-xor-xor.ll
Log Message:
-----------
[InstCombine] Remove unnecessary one-use-check (#66419)
This removes a oneUse check, that is actually unnecessary.
Alive2: https://alive2.llvm.org/ce/z/qEkUEf
Original patch: https://reviews.llvm.org/D159380
More information about the All-commits
mailing list