[all-commits] [llvm/llvm-project] 1cfecf: [X86][AVX] Add getBROADCAST_LOAD helper function. ...
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Sun Jul 25 12:43:39 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1cfecf4fc4278afb0005923f6dff595cd372da5c
https://github.com/llvm/llvm-project/commit/1cfecf4fc4278afb0005923f6dff595cd372da5c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2021-07-25 (Sun, 25 Jul 2021)
Changed paths:
M llvm/lib/Target/X86/X86ISelLowering.cpp
Log Message:
-----------
[X86][AVX] Add getBROADCAST_LOAD helper function. NFCI.
Begin replacing individual getMemIntrinsicNode calls and setup (for X86ISD::VBROADCAST_LOAD + X86ISD::SUBV_BROADCAST_LOAD opcodes) with this getBROADCAST_LOAD helper.
More information about the All-commits
mailing list