[all-commits] [llvm/llvm-project] cd14b4: [X86] Remove unneeded code that looks for (and (i8...
topperc via All-commits
all-commits at lists.llvm.org
Mon Feb 3 23:18:25 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: cd14b4a62bdb78ba31d30871c1dfb27517721862
https://github.com/llvm/llvm-project/commit/cd14b4a62bdb78ba31d30871c1dfb27517721862
Author: Craig Topper <craig.topper at gmail.com>
Date: 2020-02-03 (Mon, 03 Feb 2020)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
M llvm/lib/Target/X86/X86InstrCompiler.td
Log Message:
-----------
[X86] Remove unneeded code that looks for (and (i8 (X86setcc_c))
I don't believe we use this construct anymore so I don't think
we need to look for it.
More information about the All-commits
mailing list