[all-commits] [llvm/llvm-project] e91440: [IRBuilder] Avoid fetching pointer element type in...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Jul 3 03:53:13 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: e91440628e77bbde7065a40231b776e47f19beb8
https://github.com/llvm/llvm-project/commit/e91440628e77bbde7065a40231b776e47f19beb8
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-07-03 (Sat, 03 Jul 2021)
Changed paths:
M llvm/lib/IR/IRBuilder.cpp
Log Message:
-----------
[IRBuilder] Avoid fetching pointer element type in some assertions
Specifically the CreateMaskedStore and CreateMaskedScatter APIs.
The CreateMaskedLoad and CreateMaskedGather APIs will need an
additional type argument.
More information about the All-commits
mailing list