[all-commits] [llvm/llvm-project] 5816d2: [SimplifyCFG] Add tests for sinking load/store wit...
Florian Hahn via All-commits
all-commits at lists.llvm.org
Wed Aug 16 06:51:57 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5816d2ab287ab9d2e1624852946973ed43a0e3f2
https://github.com/llvm/llvm-project/commit/5816d2ab287ab9d2e1624852946973ed43a0e3f2
Author: Florian Hahn <flo at fhahn.com>
Date: 2023-08-16 (Wed, 16 Aug 2023)
Changed paths:
A llvm/test/Transforms/SimplifyCFG/hoist-sink-swifterror-store.ll
Log Message:
-----------
[SimplifyCFG] Add tests for sinking load/store with swifterror operand.
Add test coverage for sinking/hoisting loads/stores with swifterror
pointers. Currently this isn't handled correctly by SimplifyCFG and
causes a verifier error.
More information about the All-commits
mailing list