[all-commits] [llvm/llvm-project] c83cff: [IR] Add NoAliasScopeDeclInst (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sat Jan 23 13:41:01 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c83cff45c7a58010e65270d3f5bfb8c9a72ad832
https://github.com/llvm/llvm-project/commit/c83cff45c7a58010e65270d3f5bfb8c9a72ad832
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-01-23 (Sat, 23 Jan 2021)
Changed paths:
M llvm/include/llvm/IR/IntrinsicInst.h
M llvm/lib/Transforms/Utils/InlineFunction.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorizationLegality.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[IR] Add NoAliasScopeDeclInst (NFC)
Add an intrinsic type class to represent the
llvm.experimental.noalias.scope.decl intrinsic, to make code
working with it a bit nicer by hiding the metadata extraction
from view.
More information about the All-commits
mailing list