cdl-saarland / rv

RV: A Unified Region Vectorizer for LLVM
Other
106 stars 16 forks source link

Revert adding return types to reduction intrinsic declarations. #57

Closed m-kurtenacker closed 4 years ago

m-kurtenacker commented 4 years ago

https://github.com/llvm/llvm-project/commit/322d0afd875df66b36e4810a2b95c20a8f22ab9b changes the declaration of llvm.vector.reduce.fadd and llvm.vector.reduce.fmul to not contain the return type any more. This fixes some tests that were failing lately.