"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "7f85520644b5614c96edaea3b4d2cc7d3cc4fca5"
AArch64: avoid creating cycle in DAG for post-increment NEON ops.
Inserting a value into Visited has the effect of terminating a search for predecessors if that node is seen. This is legitimate for the base address, and acts as a slight performance optimization, but the vector-building node can be paert of a legitimate cycle so we shouldn't stop searching there. PR43056. llvm-svn: 370036
Loading
Please register or sign in to comment