[PATCH] D34983: Support placing switch tables in target-specific address spaces

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 5 18:05:48 PDT 2017


hfinkel added a comment.

FYI: TTI should not be required in order to the mid-level optimizer to correctly transform a program. If this is required for correctness, it should be in DataLayout.


https://reviews.llvm.org/D34983





More information about the llvm-commits mailing list