Skip to content

Commit 9b6cc0c

Browse files
author
Thorsten Schütt
committed
trigger
1 parent 4efd74c commit 9b6cc0c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

llvm/include/llvm/CodeGen/GlobalISel/GenericMachineInstrs.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,7 @@ class GCastOp : public GenericMachineInstr {
813813
case TargetOpcode::G_TRUNC:
814814
case TargetOpcode::G_UITOFP:
815815
case TargetOpcode::G_ZEXT:
816+
case TargetOpcode::G_ANYEXT:
816817
return true;
817818
default:
818819
return false;

0 commit comments

Comments
 (0)