[all-commits] [llvm/llvm-project] 2d098b: [globalisel][docs] Rework the Legalizer page slightly
Daniel Sanders via All-commits
all-commits at lists.llvm.org
Wed Oct 30 13:42:30 PDT 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 2d098bea0361461f49f50c86d957dbbd69dc1e3b
https://github.com/llvm/llvm-project/commit/2d098bea0361461f49f50c86d957dbbd69dc1e3b
Author: Daniel Sanders <daniel_l_sanders at apple.com>
Date: 2019-10-30 (Wed, 30 Oct 2019)
Changed paths:
M llvm/docs/GlobalISel/Legalizer.rst
Log Message:
-----------
[globalisel][docs] Rework the Legalizer page slightly
The legalizer page was in a fairly good state. I've mostly just inlined
some information as a note and removed a reference to potential future
work that I think is very unlikely to be done (it's very hard to tell if
a pattern or set of patterns fully covers a node due to C++ predicates).
Also added a note that 'selectable' doesn't mean that InstructionSelect
must do it.
More information about the All-commits
mailing list