Page Menu
Home
Phabricator
This is an archive of the discontinued LLVM Phabricator instance.
Paths
Table of Contents
t
-
llvm/trunk/lib/Target/X86/
-
trunk/
-
lib/
-
Target/
-
X86/
-
X86ISelLowering.cpp
Hide Panel
f
Keyboard Reference
?
Differential
D32694
[X86][AVX512] remove unnecessary case. NFC
Closed
Public
Authored by
guyblank
on May 1 2017, 12:19 AM.
Download Raw Diff
Details
Reviewers
craig.topper
igorb
Commits
rGd0baa524d047: [X86][AVX512] remove unnecessary case. NFC
rL302023: [X86][AVX512] remove unnecessary case. NFC
Summary
VFPCLASS is for vector types and not scalar, so it cannot get here.
Diff Detail
Repository
rL LLVM
Event Timeline
guyblank
created this revision.
May 1 2017, 12:19 AM
craig.topper
accepted this revision.
May 1 2017, 8:28 AM
Comment Actions
LGTM
This revision is now accepted and ready to land.
May 1 2017, 8:28 AM
Closed by commit
rL302023: [X86][AVX512] remove unnecessary case. NFC
(authored by
guyblank
).
·
Explain Why
May 3 2017, 6:47 AM
This revision was automatically updated to reflect the committed changes.