[all-commits] [llvm/llvm-project] ae10b8: [Attributor][FIX] Give registered simplification c...
Johannes Doerfert via All-commits
all-commits at lists.llvm.org
Thu Jun 9 06:32:41 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ae10b8a58240598c552023437783e71e2d7ef192
https://github.com/llvm/llvm-project/commit/ae10b8a58240598c552023437783e71e2d7ef192
Author: Johannes Doerfert <johannes at jdoerfert.de>
Date: 2022-06-09 (Thu, 09 Jun 2022)
Changed paths:
M llvm/lib/Transforms/IPO/Attributor.cpp
A llvm/test/Transforms/OpenMP/spmdization_constant_prop.ll
Log Message:
-----------
[Attributor][FIX] Give registered simplification callbacks precedence
We accidentally checked for constants before we looked for registered
simplification callbacks. The latter needs to take precedence though.
More information about the All-commits
mailing list