[all-commits] [llvm/llvm-project] 7ac33b: [X86] Remove !VT.is128BitVector() check. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Thu Jun 9 13:40:03 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ac33b8aac80cb1b49405ccd01b0e80206c9e806
https://github.com/llvm/llvm-project/commit/7ac33b8aac80cb1b49405ccd01b0e80206c9e806
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86] Remove !VT.is128BitVector() check. NFCI.
The code is inside a if(VT.is256BitVector() || VT.is512BitVector()) condition
More information about the All-commits
mailing list