[llvm] [InstCombine] Swap out range metadata to range attribute for arm_mve_pred_v2i (PR #94847)
Andreas Jonson via llvm-commits
llvm-commits at lists.llvm.org
Sun Jun 9 11:56:44 PDT 2024
================
@@ -10227,21 +10227,25 @@ void SelectionDAGBuilder::visitVACopy(const CallInst &I) {
}
SDValue SelectionDAGBuilder::lowerRangeToAssertZExt(SelectionDAG &DAG,
- const Instruction &I,
----------------
andjo403 wrote:
ok will fix, only noticed that it was called for calls now and it made the code a bit simpler.
https://github.com/llvm/llvm-project/pull/94847
More information about the llvm-commits
mailing list