[PATCH] D61802: [LoopVectorize] Enable float minmax reductions via instruction flag
Nicolau Werneck via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Dec 30 01:20:05 PST 2019
nlw0 added a comment.
Hi, I'm unable to spend much time on this right now, although I'm definitely still interested.
On Julia the IR is currently generated with flags in the fcmp instruction. I was hoping at first that this would just work like that, although now it sounds like there will need to be changes on how this IR is being produced in the first place. What is the way forward?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D61802/new/
https://reviews.llvm.org/D61802
More information about the llvm-commits
mailing list