[all-commits] [llvm/llvm-project] 0a362f: [IR] Mark mul and ashr const exprs as undesirable
Nikita Popov via All-commits
all-commits at lists.llvm.org
Tue Nov 7 01:42:33 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0a362f12ec60a49a054befec8620a8e69523af54
https://github.com/llvm/llvm-project/commit/0a362f12ec60a49a054befec8620a8e69523af54
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-11-07 (Tue, 07 Nov 2023)
Changed paths:
M llvm/lib/IR/Constants.cpp
Log Message:
-----------
[IR] Mark mul and ashr const exprs as undesirable
These will no longer be created by default, but can still be
created explicitly.
More information about the All-commits
mailing list