[llvm] [InstCombine] Swap out range metadata to range attribute for arm_mve_pred_v2i (PR #94847)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Jun 9 11:18:51 PDT 2024


================
@@ -10227,21 +10227,25 @@ void SelectionDAGBuilder::visitVACopy(const CallInst &I) {
 }
 
 SDValue SelectionDAGBuilder::lowerRangeToAssertZExt(SelectionDAG &DAG,
-                                                    const Instruction &I,
----------------
arsenm wrote:

This should not lose the ability to handle range metadata. We should still be able to lower loads etc. with range to include the assert 

https://github.com/llvm/llvm-project/pull/94847


More information about the llvm-commits mailing list