[GlobalISel] Handle sequences of trunc(sext/zext/anyext...) in artifact combiner
trunc(sext/zext/anyext... x) -> x pattern is handled in artifact combiner to avoid extra copy instructions in https://reviews.llvm.org/D156831.
Loading
Please sign in to comment