[PATCH] D94355: [Passes] Add relative lookup table converter pass

Martin Storsjö via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 14 03:17:24 PDT 2021


mstorsjo added a comment.

In D94355#2665532 <https://reviews.llvm.org/D94355#2665532>, @gulfem wrote:

>> Would you be ok with reverting this change until I can sort that out, or can we disable the pass for those targets until then?
>
> I will disable the pass for those targets for now.
> When the issue is resolved, I would like to enable it for those targets as well.

FYI, I pushed the fix for the aarch64-coff issue now (D99572 <https://reviews.llvm.org/D99572>, rGd5c5cf5ce8d921fc8c5e1b608c298a1ffa688d37 <https://reviews.llvm.org/rGd5c5cf5ce8d921fc8c5e1b608c298a1ffa688d37>) and pushed another commit to remove the code for disabling the pass on aarch64 (rG57b259a852a6383880f5d0875d848420bb3c2945 <https://reviews.llvm.org/rG57b259a852a6383880f5d0875d848420bb3c2945>).


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94355/new/

https://reviews.llvm.org/D94355



More information about the llvm-commits mailing list