[all-commits] [llvm/llvm-project] 3be4ac: [InstSimplify] Add additional load from constant t...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Sun Oct 3 06:52:54 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3be4acbaa35607131411e94829185227a061e639
https://github.com/llvm/llvm-project/commit/3be4acbaa35607131411e94829185227a061e639
Author: Nikita Popov <nikita.ppv at gmail.com>
Date: 2021-10-03 (Sun, 03 Oct 2021)
Changed paths:
M llvm/test/Transforms/InstSimplify/ConstProp/loads.ll
Log Message:
-----------
[InstSimplify] Add additional load from constant test (NFC)
This case does not get folded, because the GEP indexes too deeply
(to the i8), making the bitcast logic not apply (on the [8 x i8]).
More information about the All-commits
mailing list