We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0e8d00 commit 6ee845dCopy full SHA for 6ee845d
llvm/lib/IR/Constants.cpp
@@ -3434,14 +3434,6 @@ Instruction *ConstantExpr::getAsInstruction() const {
3434
3435
switch (getOpcode()) {
3436
case Instruction::Trunc:
3437
- case Instruction::ZExt:
3438
- case Instruction::SExt:
3439
- case Instruction::FPTrunc:
3440
- case Instruction::FPExt:
3441
- case Instruction::UIToFP:
3442
- case Instruction::SIToFP:
3443
- case Instruction::FPToUI:
3444
- case Instruction::FPToSI:
3445
case Instruction::PtrToInt:
3446
case Instruction::IntToPtr:
3447
case Instruction::BitCast:
0 commit comments