[all-commits] [llvm/llvm-project] c31667: [LLVMContextImpl] Separate out integer constant ze...
aeubanks via All-commits
all-commits at lists.llvm.org
Mon Feb 27 10:19:03 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c31667539bc6bf6c7d56c88f216291b1d9a203b9
https://github.com/llvm/llvm-project/commit/c31667539bc6bf6c7d56c88f216291b1d9a203b9
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/LLVMContextImpl.cpp
M llvm/lib/IR/LLVMContextImpl.h
Log Message:
-----------
[LLVMContextImpl] Separate out integer constant zeroes
Very small compile time improvement:
https://llvm-compile-time-tracker.com/compare.php?from=a628ca4925f7249b4fbd3e932c9627b12e2770dd&to=6a7a8907e8334eaf551742148079c628f78e6ed7&stat=instructions:u
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D144745
Commit: 86bdcdf00e82865ee7ae3fcbf843a47235851817
https://github.com/llvm/llvm-project/commit/86bdcdf00e82865ee7ae3fcbf843a47235851817
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2023-02-27 (Mon, 27 Feb 2023)
Changed paths:
M llvm/lib/IR/Constants.cpp
M llvm/lib/IR/LLVMContextImpl.cpp
M llvm/lib/IR/LLVMContextImpl.h
Log Message:
-----------
[LLVMContextImpl] Separate out integer constant ones
Very small compile time improvement:
https://llvm-compile-time-tracker.com/compare.php?from=6a7a8907e8334eaf551742148079c628f78e6ed7&to=454d1181fbdb9121f0c7a3ecf526520db32ab420&stat=instructions:u
Reviewed By: nikic
Differential Revision: https://reviews.llvm.org/D144746
Compare: https://github.com/llvm/llvm-project/compare/007177bdde60...86bdcdf00e82
More information about the All-commits
mailing list