llvm-project
2c6c2689 - [VPlan] Extend tryToFoldLiveIns to fold binary intrinsics (#161703)

Commit
12 days ago
[VPlan] Extend tryToFoldLiveIns to fold binary intrinsics (#161703) InstSimplifyFolder can fold binary intrinsics, so take the opportunity to unify code with getOpcodeOrIntrinsicID, and handle the case. The additional handling of WidenGEP is non-functional, as the GEP is simplified before it is widened, as the included test shows.
Author
Parents
Loading