[PATCH] D54115: [InstCombine] do not shrink switch conditions to illegal types (PR29009)
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 5 11:08:12 PST 2018
lebedev.ri added a comment.
Please do reference the backend bugâ„– in the comments.
================
Comment at: test/Transforms/InstCombine/narrow-switch.ll:6-7
; In all cases, the data-layout is irrelevant. We should shrink as much as possible in InstCombine
; and allow the backend to expand as much as needed to ensure optimal codegen for any target.
----------------
Here too.
Repository:
rL LLVM
https://reviews.llvm.org/D54115
More information about the llvm-commits
mailing list