[all-commits] [llvm/llvm-project] b28e5b: [VE] Disable relative lookup table converter pass ...
Kazushi Marukawa via All-commits
all-commits at lists.llvm.org
Mon Jul 19 03:25:49 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b28e5b791064dac5e222817c06aeec032b4af878
https://github.com/llvm/llvm-project/commit/b28e5b791064dac5e222817c06aeec032b4af878
Author: Kazushi (Jam) Marukawa <marukawa at nec.com>
Date: 2021-07-19 (Mon, 19 Jul 2021)
Changed paths:
M llvm/lib/Target/VE/VETargetTransformInfo.h
Log Message:
-----------
[VE] Disable relative lookup table converter pass for VE
VE's linker, /opt/nec/ve/bin/nld, doesn't implement relative lookup table.
The relative lookup table is introduced by https://reviews.llvm.org/D94355,
but we need to disable it at the moment.
Reviewed By: simoll
Differential Revision: https://reviews.llvm.org/D106224
More information about the All-commits
mailing list