When selecting calls, currently we unconditionally remove Wrappers of
the call target. But we are supposed to do that only when the target is
a function, an external symbol (= library function), or an alias of a
function. Otherwise we end up directly calling globals that are not
functions.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM % comment clarification.
llvm/lib/Target/WebAssembly/WebAssemblyISelDAGToDAG.cpp | ||
---|---|---|
254 | What is "it" at the beginning of this first sentence? Also, the second sentence has a lot of double (or triple?) negatives, so it slightly confusing. |
What is "it" at the beginning of this first sentence? Also, the second sentence has a lot of double (or triple?) negatives, so it slightly confusing.