[all-commits] [llvm/llvm-project] 0af53f: [SROA] Don't create constant expressions (NFC)
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Jun 29 02:53:09 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0af53fcb99edb4c90ef42f1d173e382029ca96ee
https://github.com/llvm/llvm-project/commit/0af53fcb99edb4c90ef42f1d173e382029ca96ee
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-06-29 (Wed, 29 Jun 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/SROA.cpp
Log Message:
-----------
[SROA] Don't create constant expressions (NFC)
Use IRBuilder instead, which will fold these. Just to clarify
that this does not actually create any udiv expression.
More information about the All-commits
mailing list