[all-commits] [llvm/llvm-project] 4b9819: [Passes] Reenable the relative lookup table conver...
Martin Storsjö via All-commits
all-commits at lists.llvm.org
Wed May 12 06:42:53 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4b98199ce8fb94d0de46e04b4d7b3a699691d2e1
https://github.com/llvm/llvm-project/commit/4b98199ce8fb94d0de46e04b4d7b3a699691d2e1
Author: Martin Storsjö <martin at martin.st>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M llvm/include/llvm/CodeGen/BasicTTIImpl.h
Log Message:
-----------
[Passes] Reenable the relative lookup table converter pass for ELF and COFF on aarch64
The bug (PR50227, affecting COFF) that caused the revert in
6f5670a4c3d8c079d4b676140ee69e5cc235d5a8 has been fixed in
382c505d9cfca8adaec47aea2da7bbcbc00fc05c now, so it should be safe
to reenable the pass for that target (and ELF).
In PR50227 it's also mentioned that the same pass seems to cause
problems on aarch64 on darwin, so leaving it disabled there for now.
More information about the All-commits
mailing list