[llvm] [CodeGen] Remove redundant vector checks (NFC) (PR #99524)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 11:33:31 PDT 2024


topperc wrote:

There's no early exit for vector in the TargetLowering code. There's only an early exit if the type isn't legal.

https://github.com/llvm/llvm-project/pull/99524


More information about the llvm-commits mailing list