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 2fdf196 commit 59422feCopy full SHA for 59422fe
llvm/include/llvm/Target/GlobalISel/Combine.td
@@ -1860,8 +1860,7 @@ def integer_of_truncate : integer_of_opcode<G_TRUNC>;
1860
def anyext_undef: GICombineRule<
1861
(defs root:$root),
1862
(match (G_IMPLICIT_DEF $undef),
1863
- (G_ANYEXT $root, $undef):$Aext,
1864
- [{ return true; }]),
+ (G_ANYEXT $root, $undef):$Aext),
1865
(apply [{ Helper.replaceInstWithUndef(*${Aext}); }])>;
1866
1867
def zext_undef: GICombineRule<
0 commit comments