[PATCH] D46326: ThinLTO+CFI: short-circuit direct calls to jump table entries

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 1 11:43:56 PDT 2018


efriedma added a comment.

No testcase?



================
Comment at: llvm/lib/IR/Value.cpp:506
+      continue;
+    U.set(New);
+  }
----------------
This looks like it doesn't handle the case of a function with a function pointer argument correctly.


https://reviews.llvm.org/D46326





More information about the llvm-commits mailing list