[all-commits] [llvm/llvm-project] dae682: [IRBuilder] Add utilities for materializing scalab...
Philip Reames via All-commits
all-commits at lists.llvm.org
Mon Mar 13 11:54:35 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dae682ce928a8ad43b4734c64f66934ca73321b6
https://github.com/llvm/llvm-project/commit/dae682ce928a8ad43b4734c64f66934ca73321b6
Author: Philip Reames <preames at rivosinc.com>
Date: 2023-03-13 (Mon, 13 Mar 2023)
Changed paths:
M llvm/include/llvm/IR/IRBuilder.h
M llvm/lib/IR/IRBuilder.cpp
M llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
M llvm/lib/Transforms/Vectorize/LoopVectorize.cpp
Log Message:
-----------
[IRBuilder] Add utilities for materializing scalable values [nfc]
These idioms already appear a number of places in code, and upcoming changes to the various sanitizers continue to need more instances of the same patterns.
Differential Revision: https://reviews.llvm.org/D145945
More information about the All-commits
mailing list