mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-04 10:30:01 +00:00
remove a turd
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81186 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
4cb81bdd56
commit
687bc9bfde
@ -12145,7 +12145,6 @@ Instruction *InstCombiner::visitExtractElementInst(ExtractElementInst &EI) {
|
||||
return BinaryOperator::Create(BO->getOpcode(), newEI0, newEI1);
|
||||
}
|
||||
} else if (LoadInst *LI = dyn_cast<LoadInst>(I)) {
|
||||
// r25299
|
||||
// Instead of loading a vector, then doing an extract element out of it,
|
||||
// just bitcast the pointer operand, do a gep, then load the result.
|
||||
// This shrinks the vector load to a scalar load.
|
||||
|
Loading…
x
Reference in New Issue
Block a user