"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "29ebecb11ab538cab4247a064fba51e61f0a2b9c"
[SVE] Remove AArch64ISD::ADD_PRED and AArch64ISD::SUB_PRED.
These nodes provide an indirection that is not necessary because SVE has unpredicated add/sub instructions and there's no downside to using them for partial register operations. In fact, the test changes show that unifying how fixed-length and scalable vector add/sub are lowered enables better use of existing isel patterns. Differential Revision: https://reviews.llvm.org/D119355
Loading
Please register or sign in to comment