]> granicus.if.org Git - llvm/commit
[X86] Remove duplicate string comparison
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 29 Apr 2019 16:03:35 +0000 (16:03 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Mon, 29 Apr 2019 16:03:35 +0000 (16:03 +0000)
commit9a295623baaf758a651360929161f1942487547e
tree7cb64ca08be8e1fbb7e50487de18d6bcd149ffe0
parentf3de5a58e629d952b68b1911af9e5ed8fe290496
[X86] Remove duplicate string comparison

Fix typo introduced in rL332824 where we simplified the extact string matches for "avx512.mask.permvar.sf.256" and "avx512.mask.permvar.si.256" to a string startswith test for "avx512.mask.permvar."

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@359460 91177308-0d34-0410-b5e6-96231b3b80d8
lib/IR/AutoUpgrade.cpp