search for: marukawa

Displaying 3 results from an estimated 3 matches for "marukawa".

2019 Dec 11
4
modification on lnt to recognize new architecture
Hi, I have a question regarding to lnt. We are working on NEC SX-Aurora Vector Engine and preparing for upstreaming it on https://reviews.llvm.org/D69103 and following reviews. We are running llvm-test-suite to check our modifications often. To run this test suite, we need to specify our architecture to lnt and make program running under lnt to handle a few special cases. In order to do so,
2019 Mar 13
2
llvm combines "ADD frameindex, constant" to OR
Hi all, I've been working on a backend of our architecture and noticed llvm performs following combining although one of operands is FrameIndex. Combining: t114: i64 = add FrameIndex:i64<0>, Constant:i64<56> Creating new node: t121: i64 = or FrameIndex:i64<0>, Constant:i64<56> ... into: t121: i64 = or FrameIndex:i64<0>, Constant:i64<56> This
2019 Apr 04
2
[RFC] NEC SX-Aurora VE backend
...p new vectorization technology for true vector processor. Finally: In order to facilitate the integration into the LLVM tree we intend to provide access to the LLVM community to an Aurora build server for nightly builds and regression testing. Erich Focht (NEC), Kazuhisa Ishizaka (NEC), Kazushi Marukawa (NEC), Simon Moll (CDL Saarland University)