search for: kazushi

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

2019 Dec 11
4
modification on lnt to recognize new architecture
...39;mipsel', 'mips64', 'mips64el'): llvm_arch = 'Mips' + elif arch in ('ve'): + llvm_arch = 'VE' if llvm_arch is not None: make_variables['ARCH'] = llvm_arch ----------- Regards, -- Kazushi
2019 Mar 13
2
llvm combines "ADD frameindex, constant" to OR
...question is: 1. Is there any way to control this to avoid OR folding, like TargetLowering::preferNotCombineToOrFrameIndex? (or should we add new?) 2. How to optimize FrameIndex? I desire DAGCombiner use alignment information on data, stack frame, or something. Best Regards, -- Kazushi
2019 Apr 04
2
[RFC] NEC SX-Aurora VE backend
...l develop 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)